CodingStyle-NoDoubleUnderscoreInMacroΒΆ
Do not use more than one consecutive underscore in a macro
Required inputs: IR
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
double_underscore_in_macro |
Macro definition with consecutive underscores. |
None |
False |
macro_starting_with_double_underscore |
Macro name starting with consecutive underscores. |
None |
False |
Options
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.