diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-02-27 21:09:45 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-02-27 21:09:45 +0000 |
commit | d45d361f2ce5c37824052357e2218e8a5509eba5 (patch) | |
tree | 7c19585dc2d36ac91f8289c1e0055343c591bafd /lib/Analysis/AnalysisDeclContext.cpp | |
parent | 0d8ab2ed4b7555b6fde965238222e5099614d7bb (diff) |
Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"
to make it more widely available.
Depends on llvm commit r151564
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151566 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/AnalysisDeclContext.cpp')
-rw-r--r-- | lib/Analysis/AnalysisDeclContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/AnalysisDeclContext.cpp b/lib/Analysis/AnalysisDeclContext.cpp index 5740e64d26..158cba8dd4 100644 --- a/lib/Analysis/AnalysisDeclContext.cpp +++ b/lib/Analysis/AnalysisDeclContext.cpp @@ -24,7 +24,7 @@ #include "clang/Analysis/CFG.h" #include "clang/Analysis/CFGStmtMap.h" #include "clang/Analysis/Support/BumpVector.h" -#include "clang/Analysis/Support/SaveAndRestore.h" +#include "llvm/ADT/SaveAndRestore.h" #include "llvm/ADT/SmallSet.h" #include "llvm/Support/ErrorHandling.h" |