diff options
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/include/clang/Checker/BugReporter/PathDiagnostic.h +++ b/include/clang/GR/BugReporter/PathDiagnostic.h diff --git a/include/clang/Checker/Checkers/DereferenceChecker.h b/include/clang/GR/Checkers/DereferenceChecker.h index a84183e7f2..a84183e7f2 100644 --- a/include/clang/Checker/Checkers/DereferenceChecker.h +++ b/include/clang/GR/Checkers/DereferenceChecker.h diff --git a/include/clang/Checker/Checkers/LocalCheckers.h b/include/clang/GR/Checkers/LocalCheckers.h index 4a9e381a7c..4a9e381a7c 100644 --- a/include/clang/Checker/Checkers/LocalCheckers.h +++ b/include/clang/GR/Checkers/LocalC |