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 | 98cabbad47a4d9db6b7e95c950d3302c110d1b02 (patch) | |
tree | 4b1b4ecb09e22214a5d4f08f49427116b3a9e7a4 | |
parent | 20a55e2515ce89ddf9993941f9b5d0f3a6c91b4f (diff) |
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122420 91177308-0d34-0410-b5e6-96231b3b80d8
115 files changed, 265 insertions, 265 deletions
diff --git a/examples/wpa/clang-wpa.cpp b/examples/wpa/clang-wpa.cpp index 79afbbd273..45e889e170 100644 --- a/examples/wpa/clang-wpa.cpp +++ b/examples/wpa/clang-wpa.cpp @@ -14,10 +14,10 @@ #include "clang/Basic/FileManager.h" #include "clang/Basic/SourceManager.h" -#include "clang/Checker/PathSensitive/AnalysisManager.h" -#include "clang/Checker/PathSensitive/GRExprEngine.h" -#include "clang/Checker/PathSensitive/GRTransferFuncs.h" -#include "clang/Checker/Checkers/LocalCheckers.h" +#include "clang/GR/PathSensitive/AnalysisManager.h" +#include "clang/GR/PathSensitive/GRExprEngine.h" +#include "clang/GR/PathSensitive/GRTransferFuncs.h" +#include "clang/GR/Checkers/LocalCheckers.h" #include "clang/Frontend/ASTUnit.h" #include "clang/Frontend/CompilerInstance.h" #include "clang/Index/CallGraph.h" diff --git a/include/clang/Checker/AnalysisConsumer.h b/include/clang/GR/AnalysisConsumer.h index c236766f0a..c236766f0a 100644 --- a/include/clang/Checker/AnalysisConsumer.h +++ b/include/clang/GR/AnalysisConsumer.h diff --git a/include/clang/Checker/BugReporter/BugReporter.h b/include/clang/GR/BugReporter/BugReporter.h index 031693d6d7..0b23ae61e8 100644 --- a/include/clang/Checker/BugReporter/BugReporter.h +++ b/include/clang/GR/BugReporter/BugReporter.h @@ -16,7 +16,7 @@ #define LLVM_CLANG_ANALYSIS_BUGREPORTER #include "clang/Basic/SourceLocation.h" -#include "clang/Checker/PathSensitive/GRState.h" +#include "clang/GR/PathSensitive/GRState.h" #include "llvm/ADT/FoldingSet.h" #include "llvm/ADT/ImmutableList.h" #include "llvm/ADT/ImmutableSet.h" diff --git a/include/clang/Checker/BugReporter/BugType.h b/include/clang/GR/BugReporter/BugType.h index afc07c89e8..8d105bfc61 100644 --- a/include/clang/Checker/BugReporter/BugType.h +++ b/include/clang/GR/BugReporter/BugType.h @@ -14,7 +14,7 @@ #ifndef LLVM_CLANG_ANALYSIS_BUGTYPE #define LLVM_CLANG_ANALYSIS_BUGTYPE -#include "clang/Checker/BugReporter/BugReporter.h" +#include "clang/GR/BugReporter/BugReporter.h" #include "llvm/ADT/FoldingSet.h" #include <string> diff --git a/include/clang/Checker/BugReporter/PathDiagnostic.h b/include/clang/GR/BugReporter/PathDiagnostic.h index 24c75ce7b2..24c75ce7b2 100644 --- a/inc |