ConstructBasedSuppressionsΒΆ

Code annotations that suppress issues in selected constructs (statement/declaration)

Nested Rules

NextCodeline

Affects style violations in the first line of the next statement, declaration, #line or #pragma, whatever comes earlier

NextConstruct

Affects style violations in the next construct (statement/declaration)

PreviousConstruct

Affects style violations in the previous construct (statement/declaration)

SameConstruct

Affects style violations in the same construct (statement/declaration)

Options

  • Setting an option for this rule means setting the default for all nested rules.

  • The following places define options that affect this rule: CodeAnnotations, Analysis-GlobalOptions

  • This rule has no individual options.