This new flag instructs clang-tidy to not output anything
except for errors and warnings. This makes it easier to
script clang-tidy to run as part of external build systems.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LG with one comment.
clang-tidy/tool/ClangTidyMain.cpp | ||
---|---|---|
194 ↗ | (On Diff #87469) | Not sure it's useful to suppress check profile data, since it's off by default and if someone turns it on, they mean it. |