CodingStyle-NamingΒΆ
Naming Conventions
Nested Rules
Check naming convention of class types |
|
Check naming convention of class fields |
|
Check naming conventions for C++20 concepts |
|
Check naming convention of enum types and common prefix among all enumerators |
|
Check naming conventions for enumerators |
|
Check naming conventions of non-member methods |
|
Check naming convention of global variables |
|
Check naming conventions for labels |
|
Check naming convention of local variables |
|
Check naming conventions for macros |
|
Check naming conventions of instance methods |
|
Check naming conventions for namespaces |
|
Check naming convention of namespace alias declarations |
|
Check naming conventions for parameters |
|
Check naming convention of static fields |
|
Check naming conventions of static methods |
|
Check naming conventions of struct types |
|
Check naming convention of struct fields |
|
Check naming convention of class templates |
|
Check naming convention of template non-type parameters |
|
Check naming convention of template static fields |
|
Check naming convention of template type parameters |
|
Check naming convention of type aliases (using) |
|
Check naming convention of typedef types |
|
Check naming convention of union types |
|
Template for naming conventions of user-defined types |
Options
Setting an option for this rule means setting the default for all nested rules.
This rule shares the following common options: exclude_in_macros, exclude_messages_in_system_headers, excludes, extend_exclude_to_macro_invocations, includes, justification_checker, languages, post_processing, provider, report_at, severity
The following places define options that affect this rule: Stylechecks, Analysis-GlobalOptions
This rule has no individual options.