llvm-project/clang/lib/ASTMatchers
Samuel Benzaquen 7af8800095 Speed up clang-tidy when profiling in on.
Summary:
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.

Reviewers: alexfh

Subscribers: klimek, cfe-commits

Differential Revision: http://reviews.llvm.org/D5972

llvm-svn: 220682
2014-10-27 15:22:59 +00:00
..
Dynamic Fix completion logic to allow for heterogeneous argument types in matcher overloads. 2014-10-09 22:08:52 +00:00
ASTMatchFinder.cpp Speed up clang-tidy when profiling in on. 2014-10-27 15:22:59 +00:00
ASTMatchersInternal.cpp ASTMatchers: Peel off a layer of indirection from true matcher. NFC. 2014-10-24 13:29:21 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Makefile First revision of the dynamic ASTMatcher library. 2013-05-14 09:13:00 +00:00