[clazy] [Bug 355496] New: No old-style-connect anywhere in Qt Creator
Tobias Hunger via KDE Bugzilla
bugzilla_noreply at kde.org
Tue Nov 17 14:43:18 GMT 2015
https://bugs.kde.org/show_bug.cgi?id=355496
Bug ID: 355496
Summary: No old-style-connect anywhere in Qt Creator
Product: clazy
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: unassigned-bugs at kde.org
Reporter: tobias.hunger at gmail.com
We have lots of old-style connects in Qt Creator (git clone
git://code.qt.io/qt-creator/qt-creator.git).
So I though I set CLAZY_CHECKS=old-style-connect
CLAZY_FIXIT=fix-old-style-connects, add QMAKE_CXX=/full/path/to/clazy to my
qmake call and run the whole thing. The whole qmake line is this: 'qmake
/home/code/src/creator/qtcreator.pro -r -spec linux-clang
QMAKE_CFLAGS+="-Qunused-arguments"
QMAKE_CXX="/home/code/installed/clazy/bin/clazy"' adopted from my normal clang
build.
There is no warning whatsoever and git diff is empty for the project after the
built is done.
What am I doing wrong?
PS: That it is "old-style-connect" and "fix-old-style-connects" must be the
work of an evil master mind!
Reproducible: Always
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list