From bf593f81fa50d65ac0b7e0ff9d5fc06675b374b9 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 21 Dec 2007 21:42:19 +0000 Subject: 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 --- clang/Analysis/DeadStores.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/Analysis/DeadStores.cpp') diff --git a/clang/Analysis/DeadStores.cpp b/clang/Analysis/DeadStores.cpp index 836701049fc..a61141f19d9 100644 --- a/clang/Analysis/DeadStores.cpp +++ b/clang/Analysis/DeadStores.cpp @@ -13,7 +13,7 @@ //===----------------------------------------------------------------------===// #include "clang/Analysis/LocalCheckers.h" -#include "clang/Analysis/LiveVariables.h" +#include "clang/Analysis/Analyses/LiveVariables.h" #include "clang/Analysis/Visitors/CFGRecStmtVisitor.h" #include "clang/Basic/Diagnostic.h" #include "clang/AST/ASTContext.h" -- cgit v1.2.3