SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for clazy-1.5-7.1.x86_64.rpm :
Fri Feb 1 13:00:00 2019 wbauerAATTtmo.at
- Update to 1.5

* New Checks:
ifndef-define-typo
lowercase-qml-type-name
qrequiredresult-candidates

* New Fixits:
range-loop now supports adding missing refs or const-ref
range-loop now supports adding qAsConst()
function-args-by-ref now adding missing refs or const-ref (experimental)
Introduced CLAZY_FIXIT_SUFFIX env variable

* Removed support for the obscure -DCLAZY_BUILD_UTILS_LIB to
simplify the CMakeLists.txt

* Renamed the clazy plugin from ClangLazy.so to ClazyPlugin.so

* fully-qualified-moc-types now warns for slot/invokable return
values too. They need to be fully qualified for QML.

* Fixed a crash (clang assert) in raw-environment-function
- BuildRequire ncurses-devel instead of pkgconfig(ncurses) on Leap
42.3 to fix build

Tue Sep 25 14:00:00 2018 wbauerAATTtmo.at
- 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 4 14:00:00 2018 mpluskalAATTsuse.com
- Small packaging adjustements

Wed Aug 29 14:00:00 2018 christopheAATTkrop.fr
- Add Clazy 1.3, a code checker based on the Clang framework.


 
ICM