Add support for profiling the matchers used.
authorSamuel Benzaquen <sbenza@google.com>
Wed, 22 Oct 2014 20:31:05 +0000 (20:31 +0000)
committerSamuel Benzaquen <sbenza@google.com>
Wed, 22 Oct 2014 20:31:05 +0000 (20:31 +0000)
commit43dcf2172a01b2b7939427ace44d105ab0d0028f
tree36e6b35799de1dc3449f2ceee56b339d11a4b1d0
parent2633341b4ae11b6a46c38896553105022af5f990
Add support for profiling the matchers used.

Summary:
Add support for profiling the matchers used.
This will be connected with clang-tidy to generate a report to determine
and debug slow checks.

Reviewers: alexfh

Subscribers: klimek, cfe-commits

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

llvm-svn: 220418
clang/include/clang/ASTMatchers/ASTMatchFinder.h
clang/lib/ASTMatchers/ASTMatchFinder.cpp
clang/unittests/ASTMatchers/ASTMatchersTest.cpp