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 /lib/Checker/BugReporter.cpp | |
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
Diffstat (limited to 'lib/Checker/BugReporter.cpp')
-rw-r--r-- | lib/Checker/BugReporter.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Checker/BugReporter.cpp b/lib/Checker/BugReporter.cpp index 2dcdb6177f..41381d7bb4 100644 --- a/lib/Checker/BugReporter.cpp +++ b/lib/Checker/BugReporter.cpp @@ -12,9 +12,9 @@ // //===----------------------------------------------------------------------===// -#include "clang/Checker/BugReporter/BugReporter.h" -#include "clang/Checker/BugReporter/BugType.h" -#include "clang/Checker/PathSensitive/GRExprEngine.h" +#include "clang/GR/BugReporter/BugReporter.h" +#include "clang/GR/BugReporter/BugType.h" +#include "clang/GR/PathSensitive/GRExprEngine.h" #include "clang/AST/ASTContext.h" #include "clang/Analysis/CFG.h" #include "clang/AST/Expr.h" @@ -22,7 +22,7 @@ #include "clang/AST/StmtObjC.h" #include "clang/Basic/SourceManager.h" #include "clang/Analysis/ProgramPoint.h" -#include "clang/Checker/BugReporter/PathDiagnostic.h" +#include "clang/GR/BugReporter/PathDiagnostic.h" #include "llvm/Support/raw_ostream.h" #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/STLExtras.h" |