Speed up clang-tidy when profiling in on.
It makes profiling runs twice as fast by reusing the time samples between the
different actions.
It also joins together the sampling of different matchers of the same check.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good!
lib/ASTMatchers/ASTMatchFinder.cpp | ||
---|---|---|
494 ↗ | (On Diff #15411) | Please add a short comment on how to use this class. |