diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-12-22 18:51:49 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-12-22 18:51:49 +0000 |
commit | 8d602a8aa8e6697509465d8a5473fc41cb1a382e (patch) | |
tree | b18e6d8cd50446ac6a47cf9e2f4daebb6c5301bd /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 6b5d2519b3929e0b0aa1ae27a90b8f682366446e (diff) | |
download | bcm5719-llvm-8d602a8aa8e6697509465d8a5473fc41cb1a382e.tar.gz bcm5719-llvm-8d602a8aa8e6697509465d8a5473fc41cb1a382e.zip |
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
llvm-svn: 122420
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
-rw-r--r-- | clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp index de87fbdab3c..ed9ff7591f5 100644 --- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp +++ b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp @@ -13,7 +13,7 @@ //===----------------------------------------------------------------------===// #include "clang/FrontendTool/Utils.h" -#include "clang/Checker/FrontendActions.h" +#include "clang/GR/FrontendActions.h" #include "clang/CodeGen/CodeGenAction.h" #include "clang/Driver/CC1Options.h" #include "clang/Driver/OptTable.h" |