[Qt-creator] Turn off "suggest-override" clang-tidy warning?

Andy asmaloney at gmail.com
Fri May 7 23:26:44 CEST 2021


How do I turn off the "suggest-override" tidy warning? The tooltip for it
points at a non-existent clang-tidy page:


https://releases.llvm.org/11.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/suggest-override.html

It is triggered by every use of Q_OBJECT.

The only clang-tidy option I can find relating to overrides is called
"modernize-use-override" which I have turned off.


https://releases.llvm.org/11.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/modernize-use-override.html

Using the clang-tidy included with Qt Creator 4.15
macOS 10.14.6

---
Andy Maloney  //  https://asmaloney.com
twitter ~ @asmaloney <https://twitter.com/asmaloney>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20210507/f6c0af65/attachment.html>


More information about the Qt-creator mailing list