Issue |
146496
|
Summary |
[feat] clang-tidy to output auditable information (per-file enabled/disabled checks)
|
Labels |
clang-tidy
|
Assignees |
|
Reporter |
elupus
|
When auditing a software release, it would be good to be able to see a log file from clang-tidy with actual enabled checks (per-file) as well as possible suppressed check inlined in source.
It is possible to run clang-tidy with --list-checks or --dump-config as a separate invocation. But having this type of output possible aughmented with "in-file" suppressions would be very usefull.
Also listing disabled checks would be useful.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs