diff options
author | Manuel Klimek <klimek@google.com> | 2012-07-05 18:13:01 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2012-07-05 18:13:01 +0000 |
commit | e6df0ce08fcdf9f906556d98cca96d38ab440bba (patch) | |
tree | f28e0ad159fa0e02a49af323145b39f1345c471d /lib/Tooling/Tooling.cpp | |
parent | 1176bcdb21945c7913d684973887e6f588a49236 (diff) |
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
Diffstat (limited to 'lib/Tooling/Tooling.cpp')
-rw-r--r-- | lib/Tooling/Tooling.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Tooling/Tooling.cpp b/lib/Tooling/Tooling.cpp index a449e105bf..abac182b21 100644 --- a/lib/Tooling/Tooling.cpp +++ b/lib/Tooling/Tooling.cpp @@ -19,7 +19,6 @@ #include "clang/Driver/Driver.h" #include "clang/Driver/Tool.h" #include "clang/Frontend/CompilerInstance.h" -#include "clang/Frontend/FrontendAction.h" #include "clang/Frontend/FrontendDiagnostic.h" #include "clang/Frontend/TextDiagnosticPrinter.h" #include "llvm/ADT/STLExtras.h" |