Hi!

I tried to suppress individual clang-tidy warnings resulting from clang-tidy 
static
analysis runs in Qt Creator.

I added // NOLINT and // NOLINTNEXTLINE comments to my code (both variants, 
with and
without a specific list of checks, like described here: 
http://clang.llvm.org/extra/clang-tidy/#suppressing-undesired-diagnostics) for 
a few
warnings of different warning types but the comments have no effect.

Has someone used those kind of suppression comments successfully in Qt Creator? 
Are they
supposed to work?

-- 
Best Regards, 
Bernhard Lindner

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to