Issue |
132706
|
Summary |
[clang-tidy] NOLINT is not working in certain cases to suppress clang-diagnostic-* messages
|
Labels |
clang-tidy
|
Assignees |
|
Reporter |
carlosgalvezp
|
Hi,
We find that it's possible to suppress compiler warnings using `NOLINT(clang-diagnostic-warning-name)` in clang-tidy. However, the NOLINT mechanism stops working in the following example:
https://godbolt.org/z/r3f7feoY4
To make it work, I can:
* Remove `-Werror` from the compilation command.
* Not disable the clang static analyzer checks, i.e. remove the `-clang-analyzer-*` part from `checks`.
This seems very strange, why does it happen?
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs