Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index variable naming violates cpp identifier rules when used in global namespace #19

Open
thebaron06 opened this issue Aug 4, 2021 · 0 comments

Comments

@thebaron06
Copy link

thebaron06 commented Aug 4, 2021

The naming of the index variables (eg. here) violates the identifier naming rules as can be found here when used in the global namespace, ie. free global functions.
All of them are starting with a leading underscore (_).
This is problematic when implementing custom checks using clang's libtooling (macros are already replaced).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant