| Issue |
107888
|
| Summary |
[clang-tidy][request] Report unmatched NOLINT comments
|
| Labels |
clang-tidy
|
| Assignees |
|
| Reporter |
chrchr-github
|
~~~c++
bool f(double d) {
return d == d; // NOLINT(misc-redundant-_expression_)
}
~~~
The documentation doesn't mention any mechanism to detect unnecessary NOLINT comments:
https://clang.llvm.org/extra/clang-tidy/#suppressing-undesired-diagnostics
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs