Skip to content

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

@thebaron06

Description

@thebaron06

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions