Clazy 1.3 released
Sérgio Martins
smartins at kde.org
Mon Jan 8 19:43:19 UTC 2018
Hi,
Clazy 1.3 has been released!
Source packages:
https://download.kde.org/stable/clazy/1.3/src/clazy-1.3.tar.xz.mirrorlist
https://download.kde.org/stable/clazy/1.3/src/clazy-1.3.tar.xz.sig.mirrorlist
Changelog:
- New checks:
thread-with-slots
connect-3arg-lambda
qproperty-without-notify
virtual-signal
overridden-signal
qhash-namespace
const-signal-or-slot
lambda-unique-connection
- missing-qobject-macro is now a level2 check, instead of level1.
Because people can omit Q_OBJECT intentionally.
- Added -only-qt option, which will make clazy bailout early on non-Qt files.
For this purpose, the definition of a Qt file is whenever
-DQT_CORE_LIB is passed, which is usually the case in most build
systems.
- Added -qt-developer option, when building Qt with clazy it will
honour specific guidelines for Qt, which are not many right now but
thelist will grow.
Find more about Clazy at https://phabricator.kde.org/source/clazy/
Regards,
Sergio Martins
More information about the Kde-announce-apps
mailing list