summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-12-16 03:49:50 +0000
committerDouglas Gregor <dgregor@apple.com>2009-12-16 03:49:50 +0000
commit2610ea4da9ff966ab0560e1ac7566c9bc1ce5923 (patch)
tree5b56bc817291045cad4f0255aadb846b8dcc4159 /clang
parent7c3bbdfd283046c0d1ed4e47af5255d2723453db (diff)
downloadbcm5719-llvm-2610ea4da9ff966ab0560e1ac7566c9bc1ce5923.tar.gz
bcm5719-llvm-2610ea4da9ff966ab0560e1ac7566c9bc1ce5923.zip
Make GRSubEngine.h standalone
llvm-svn: 91504
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/Analysis/PathSensitive/GRSubEngine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Analysis/PathSensitive/GRSubEngine.h b/clang/include/clang/Analysis/PathSensitive/GRSubEngine.h
index 99cdf15e693..330742d8bf9 100644
--- a/clang/include/clang/Analysis/PathSensitive/GRSubEngine.h
+++ b/clang/include/clang/Analysis/PathSensitive/GRSubEngine.h
@@ -17,6 +17,7 @@ namespace clang {
class Stmt;
class CFGBlock;
+class CFGElement;
class GRState;
class GRStateManager;
class GRBlockCounter;
OpenPOWER on IntegriCloud