]> granicus.if.org Git - clang/commit
Speed up clang-tidy when profiling in on.
authorSamuel Benzaquen <sbenza@google.com>
Mon, 27 Oct 2014 15:22:59 +0000 (15:22 +0000)
committerSamuel Benzaquen <sbenza@google.com>
Mon, 27 Oct 2014 15:22:59 +0000 (15:22 +0000)
commitf4f66331f0df6dbacebaf95b03fcfebc95970151
treead4a05453c09a6a80ca269f879f7787ef7456e41
parent29cb0a544c18e097335e75f244ebd7085f4458e5
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220682 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ASTMatchers/ASTMatchFinder.cpp