summaryrefslogtreecommitdiffstats
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-02-10 01:03:03 +0000
committerTed Kremenek <kremenek@apple.com>2011-02-10 01:03:03 +0000
commitf8cbac4b91723e632eb4f504b209358da8f9e0f7 (patch)
tree37c7059915da285331bf42ae811430894fbc4b7b /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
parentd9bc8e0817cdfed6b8968100fc708df5fea8ebbe (diff)
downloadbcm5719-llvm-f8cbac4b91723e632eb4f504b209358da8f9e0f7.tar.gz
bcm5719-llvm-f8cbac4b91723e632eb4f504b209358da8f9e0f7.zip
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'.
This layout matches lib/StaticAnalyzer, which corresponds to two StaticAnalyzer libraries. llvm-svn: 125251
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
-rw-r--r--clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
index 6278975b75b..70e57da33d5 100644
--- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
+++ b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
@@ -13,7 +13,7 @@
//===----------------------------------------------------------------------===//
#include "clang/FrontendTool/Utils.h"
-#include "clang/StaticAnalyzer/FrontendActions.h"
+#include "clang/StaticAnalyzer/Core/FrontendActions.h"
#include "clang/CodeGen/CodeGenAction.h"
#include "clang/Driver/CC1Options.h"
#include "clang/Driver/OptTable.h"
OpenPOWER on IntegriCloud