Clazy-Level-2ΒΆ
Clazy checks from level 2
Nested Rules
Warns when you return false inside your QObject::event() or QObject::eventFilter() reimplementation |
|
Warns when QObject derived classes do not have at least one constructor receiving a QObject |
|
Warns when you should be passing by value instead of by reference and vice versa |
|
Finds places where const character pointers could be made read-only |
|
Finds QObject derived classes that do not have a Q_OBJECT macro |
|
Implements the rule of three |
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.