forked from OSchip/llvm-project
Now include "CFG.h" because the inline methods of "BlockEntrance" accessor
the methods of CFGBlock. llvm-svn: 45925
This commit is contained in:
parent
990d7d5205
commit
2ae51a5d27
|
@ -15,16 +15,13 @@
|
|||
#ifndef LLVM_CLANG_ANALYSIS_PROGRAM_POINT
|
||||
#define LLVM_CLANG_ANALYSIS_PROGRAM_POINT
|
||||
|
||||
#include "clang/AST/CFG.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include <cassert>
|
||||
|
||||
namespace clang {
|
||||
|
||||
class CFG;
|
||||
class CFGBlock;
|
||||
class Stmt;
|
||||
|
||||
|
||||
class ProgramPoint {
|
||||
public:
|
||||
enum Kind { BlockEntranceKind=0, PostStmtKind=1, BlockExitKind=2,
|
||||
|
|
Loading…
Reference in New Issue