You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: