[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-03-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375240 --- Comment #14 from nicolas.kniebih...@dualo.org --- That would be great! :D -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-03-07 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=375240 --- Comment #13 from Sergio Martins --- For Qt 5.9 or 5.10 I'm hoping to have CONFIG += clazy option -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-03-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375240 --- Comment #12 from nicolas.kniebih...@dualo.org --- Yeah I came to the same conclusion after trying some things. Anyway, thank you for your time! -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-03-07 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=375240 Sergio Martins changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-03-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375240 --- Comment #10 from nicolas.kniebih...@dualo.org --- Yeah! It worked!! :D It also works with: QMAKE_CXX = export CLANGXX=/opt/local/bin/clang++; /usr/local/bin/clazy It was a difficult one to find! Do you know a way to add a clazy kit? This way, it

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-03-06 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=375240 --- Comment #9 from Sergio Martins --- clazy calls clang I think when you run clazy through QtCreator it calls Apple clang, which doesn't support plugins, while on the command line it's using non-Apple clang. There might be some

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-03-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375240 --- Comment #8 from nicolas.kniebih...@dualo.org --- In fact it's "QMAKE_CXX = /usr/local/bin/clazy" -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-03-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375240 --- Comment #7 from nicolas.kniebih...@dualo.org --- With "QMAKE_CXX = clazy" in the .pro -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-03-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375240 --- Comment #6 from nicolas.kniebih...@dualo.org --- Created attachment 104398 --> https://bugs.kde.org/attachment.cgi?id=104398=edit Compiler settings screenshot -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-03-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375240 --- Comment #5 from nicolas.kniebih...@dualo.org --- Created attachment 104397 --> https://bugs.kde.org/attachment.cgi?id=104397=edit Kit settings screenshot -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-03-04 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=375240 --- Comment #4 from Sergio Martins --- Can you printscreen QtCreator's dialog for your Kit settings and Compiler settings ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-01-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375240 --- Comment #3 from nicolas.kniebih...@dualo.org --- Here it is: 12:26:50: Exécution des étapes pour le projet test... 12:26:50: Débute : "/Users/nkniebilher/Qt/5.6/clang_64/bin/qmake" /Users/nkniebilher/Documents/test/test.pro -spec macx-clang

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-01-29 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=375240 --- Comment #2 from Sergio Martins --- Can you compile this simple program: #include int main() { QFileInfo("foo").exists(); return 0; } and paste here the "Compile output tab" ? -- You are receiving this mail because:

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-01-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=375240 --- Comment #1 from Sergio Martins --- Not sure if this should instead be filed in Qt Creator bug tracker, needs investigation first. -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-01-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=375240 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |smart...@kde.org -- You

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-01-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375240 nicolas.kniebih...@dualo.org changed: What|Removed |Added CC||nicolas.kniebih...@dualo.or