]> granicus.if.org Git - clang/commit
Adapts the FrontendAction convenience functions so that it can be
authorManuel Klimek <klimek@google.com>
Thu, 5 Jul 2012 18:13:01 +0000 (18:13 +0000)
committerManuel Klimek <klimek@google.com>
Thu, 5 Jul 2012 18:13:01 +0000 (18:13 +0000)
commite6df0ce08fcdf9f906556d98cca96d38ab440bba
treef28e0ad159fa0e02a49af323145b39f1345c471d
parent1176bcdb21945c7913d684973887e6f588a49236
Adapts the FrontendAction convenience functions so that it can be
used with classes that generate ASTConsumers; this allows decoupling
the ASTConsumer generation from the Frontend library (like, for example,
the MatchFinder in the upcoming ASTMatcher patch).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159760 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/Tooling.h
lib/Tooling/Tooling.cpp
unittests/Tooling/TestVisitor.h
unittests/Tooling/ToolingTest.cpp