summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/Tooling.cpp
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2012-07-05 18:13:01 +0000
committerManuel Klimek <klimek@google.com>2012-07-05 18:13:01 +0000
commit5da9dcb27528e788fae20c9b3911c7be0af8000e (patch)
treedbd878af8c922c88d06b12eceeb7db9805d220b7 /clang/lib/Tooling/Tooling.cpp
parent4d6c832165c6a9892890e0f1c303be5afc2fb11d (diff)
downloadbcm5719-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.cpp1
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"
OpenPOWER on IntegriCloud