]> granicus.if.org Git - clang/commitdiff
Make GRSubEngine.h standalone
authorDouglas Gregor <dgregor@apple.com>
Wed, 16 Dec 2009 03:49:50 +0000 (03:49 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 16 Dec 2009 03:49:50 +0000 (03:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91504 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/PathSensitive/GRSubEngine.h

index 99cdf15e693775fcf1d07620b79d7af83201e766..330742d8bf99069b58df0da46361fa5eeb252154 100644 (file)
@@ -17,6 +17,7 @@ namespace clang {
 
 class Stmt;
 class CFGBlock;
+class CFGElement;
 class GRState;
 class GRStateManager;
 class GRBlockCounter;