Re: [Qt-creator] clang-tidy and clang-diagnostic-*

2020-12-10 Thread Björn Schäpers
Am 08.12.2020 um 11:03 schrieb Christian Kandeler: clang-diagnostic-* is not part of that dialog Because it's not in the list of supported checks that we retrieve from the executable. Perhaps we should simply force-disable these checks, based on the assumptions that the genuine ones will be

Re: [Qt-creator] clang-tidy and clang-diagnostic-*

2020-12-08 Thread Christian Kandeler
way. Please file a bug report. Christian From: Qt-creator on behalf of Björn Schäpers Sent: Tuesday, December 8, 2020 10:02 AM To: David Schulz; qt-creator Subject: Re: [Qt-creator] clang-tidy and clang-diagnostic-* Hi, that I know, but clang-diagnos

Re: [Qt-creator] clang-tidy and clang-diagnostic-*

2020-12-08 Thread Björn Schäpers
r On Behalf Of Björn Schäpers Sent: Montag, 7. Dezember 2020 22:19 To: qt-creator Subject: [Qt-creator] clang-tidy and clang-diagnostic-* Hi, I've recently activated clang-tidy checks in the Creator. And now in some files I get "clang-diagnostic-c++17-extensions" while the code mod

Re: [Qt-creator] clang-tidy and clang-diagnostic-*

2020-12-07 Thread David Schulz
ang Tools. Greetings David -Original Message- From: Qt-creator On Behalf Of Björn Schäpers Sent: Montag, 7. Dezember 2020 22:19 To: qt-creator Subject: [Qt-creator] clang-tidy and clang-diagnostic-* Hi, I've recently activated clang-tidy checks in the Creator. And now in some files I ge

[Qt-creator] clang-tidy and clang-diagnostic-*

2020-12-07 Thread Björn Schäpers
Hi, I've recently activated clang-tidy checks in the Creator. And now in some files I get "clang-diagnostic-c++17-extensions" while the code model states the Language Version is C++20 and the model itself does not warn. Is there a way to deactivate the clang-diagnostic category, since it is