Qt-ClazyΒΆ
Qt clazy rule groups for each level
- level 0: Very stable checks, 99.99% safe, mostly no false-positives, very desirable.
- level 1: The default level. Very similar to level 0, slightly more false-positives but very few.
- level 2: Also very few false-positives, but contains noisy checks which not everyone agree should be default.
Nested Rules
Clazy checks from level 0 |
|
Clazy checks from level 1 |
|
Clazy checks from level 2 |
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.