Renamed ProgramEdge.h to ProgramPoint.h

llvm-svn: 45847
This commit is contained in:
Ted Kremenek 2008-01-11 00:43:12 +00:00
parent e5ccf9a96c
commit b1dec454bb
3 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
#define LLVM_CLANG_ANALYSES_DATAFLOW_SOLVER
#include "clang/AST/CFG.h"
#include "clang/Analysis/ProgramEdge.h"
#include "clang/Analysis/ProgramPoint.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "functional" // STL

View File

@ -17,7 +17,7 @@
#define LLVM_CLANG_ANALYSES_DATAFLOW_VALUES
#include "clang/AST/CFG.h"
#include "clang/Analysis/ProgramEdge.h"
#include "clang/Analysis/ProgramPoint.h"
#include "llvm/ADT/DenseMap.h"
//===----------------------------------------------------------------------===//