Add flag --enable-check-profile to clang-tidy.
It turns on per-matcher profiles in MatchFinder and prints a report to
stderr at the end.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good modulo comments.
That's really awesome!
clang-tidy/ClangTidy.cpp | ||
---|---|---|
220 ↗ | (On Diff #15329) | nit: No braces around single-statement if bodies in LLVM style. |
clang-tidy/ClangTidyDiagnosticConsumer.h | ||
198 ↗ | (On Diff #15329) | Unused? |
clang-tidy/tool/ClangTidyMain.cpp | ||
287 ↗ | (On Diff #15329) | nit: Move the if body to the next line. |