



Command-line option '-template ' is deprecated and will be removed in 2.13 - please use '-template=' instead.The qmake build system has been deprecated and will be removed in a future version.Added -checkers-report that can be used to generate a report in a file that shows what checkers was activated and disabled.Write how many checkers was activated after a run.Make it more visible if there has been critical errors that caused checkers to be skipped.Show in statistics which checkers have been activated in latest analysis.constParameter*/constVariable* checks find more instances of pointers/references that can be const, e.g.duplInheritedMember also reports duplicated member functions.truncLongCastAssignment and truncLongCastReturn check additional types, including float/double/long double.knownPointerToBool finds pointer to bool conversions that are always true or false.uselessOverride finds overriding functions that either duplicate code from or delegate back to the base class implementation.
