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>
_______________________________________________ Qt-creator mailing list Qt-creator@qt-project.org https://lists.qt-project.org/listinfo/qt-creator