]> granicus.if.org Git - clang/commit
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)
commit9c8ca0e0b64a21c4fd5c21fd3cbda3a681887eb3
treebc8bdb15c43c758a5b4f555ccdfed93bb233079f
parent3313b4087432065ea8cdf96e2580fae5fb050021
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220418 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/ASTMatchers/ASTMatchFinder.h
lib/ASTMatchers/ASTMatchFinder.cpp
unittests/ASTMatchers/ASTMatchersTest.cpp