diff options
author | Ted Kremenek <kremenek@apple.com> | 2007-12-21 21:42:19 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2007-12-21 21:42:19 +0000 |
commit | bf593f81fa50d65ac0b7e0ff9d5fc06675b374b9 (patch) | |
tree | 17ac69e8807b885f5e0fff5c7a2b5b71a9d2f798 /clang/Analysis/LiveVariables.cpp | |
parent | f55ed782b4c4fa27e0aba69e9967de7ec6fca64c (diff) | |
download | bcm5719-llvm-bf593f81fa50d65ac0b7e0ff9d5fc06675b374b9.tar.gz bcm5719-llvm-bf593f81fa50d65ac0b7e0ff9d5fc06675b374b9.zip |
Directory restructing of Analysis files.
Created include/clang/Analysis/Analyses directory.
- Moved LiveVariables.h and UninitializedValues.h into this dir.
Moved ExprDeclBitVector.h into Analysis/Support.
Updated all clients who use these headers to reflect the new paths.
llvm-svn: 45292
Diffstat (limited to 'clang/Analysis/LiveVariables.cpp')
-rw-r--r-- | clang/Analysis/LiveVariables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Analysis/LiveVariables.cpp b/clang/Analysis/LiveVariables.cpp index a9322f2d905..d3d2ff405f2 100644 --- a/clang/Analysis/LiveVariables.cpp +++ b/clang/Analysis/LiveVariables.cpp @@ -12,7 +12,7 @@ // //===----------------------------------------------------------------------===// -#include "clang/Analysis/LiveVariables.h" +#include "clang/Analysis/Analyses/LiveVariables.h" #include "clang/Basic/SourceManager.h" #include "clang/AST/Expr.h" #include "clang/AST/CFG.h" |