Changelog for
clazy-1.4-lp150.2.3.x86_64.rpm :
* Tue Sep 25 2018 Wolfgang Bauer
- Update to 1.4
* New Checks: connect-by-name skipped-base-class qstring-varargs fully-qualified-moc-types qt-keywords, with fixit included qhash-with-char-pointer-key wrong-qevent-cast static-pmf raw-environment-function empty-qstringliteral
* auto-unexpected-qstringbuilder now also warns for lambdas returning QStringBuilder
* performance optimizations
* Added -header-filter= option to clazy-standalone. Only headers matching the regexp will have warnings, besides the .cpp file from the translation unit, which is never filtered out.
* Added -ignore-dirs= option to clazy-standalone, and its CLAZY_IGNORE_DIRS env variable equivalent.
* Added CLAZY_HEADER_FILTER env variable which adds above functionality to both clazy and clazy-standalone
* unused-non-trivial-variable got unused-non-trivial-variable-no-whitelist option
* unused-non-trivial-variable got user-blacklist and user-whitelist support
* container-inside-loop is now a manual check instead of level2
* HiddenLevel was renamed to ManualLevel
* connect-3arg-lambda now warns when passing a lambda to QTimer::singleShot() or QMenu::addAction() without a context object
* old-style-connect warns for QMenu::addAction() and QMessageBox::open() too now
* Tue Sep 04 2018 Martin Pluskal - Small packaging adjustements
* Wed Aug 29 2018 Christophe Giboudeaux - Add Clazy 1.3, a code checker based on the Clang framework.