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 | 5da9dcb27528e788fae20c9b3911c7be0af8000e (patch) | |
tree | dbd878af8c922c88d06b12eceeb7db9805d220b7 /clang/lib/Tooling/Tooling.cpp | |
parent | 4d6c832165c6a9892890e0f1c303be5afc2fb11d (diff) | |
download | bcm5719-llvm-5da9dcb27528e788fae20c9b3911c7be0af8000e.tar.gz bcm5719-llvm-5da9dcb27528e788fae20c9b3911c7be0af8000e.zip |
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).
llvm-svn: 159760
Diffstat (limited to 'clang/lib/Tooling/Tooling.cpp')
-rw-r--r-- | clang/lib/Tooling/Tooling.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Tooling/Tooling.cpp b/clang/lib/Tooling/Tooling.cpp index a449e105bf5..abac182b215 100644 --- a/clang/lib/Tooling/Tooling.cpp +++ b/clang/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" |