]> granicus.if.org Git - clang/commitdiff
clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h: Add a forward decl AnalysisM...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 25 Jul 2017 23:23:17 +0000 (23:23 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 25 Jul 2017 23:23:17 +0000 (23:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@309052 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h

index 9bb4d72e915e2ef4375012240414c450f269f296..54c943e5314134d7f23c2cd78329f89f7cc84025 100644 (file)
@@ -22,6 +22,8 @@
 
 namespace clang {
 namespace ento {
+class AnalysisManager;
+
 ProgramStateRef markLoopAsUnrolled(const Stmt *Term, ProgramStateRef State,
                                    const FunctionDecl *FD);
 bool isUnrolledLoopBlock(const CFGBlock *Block, ExplodedNode *Pred,