diff options
-rw-r--r-- | include/clang/Analysis/CFG.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Analysis/CFG.h b/include/clang/Analysis/CFG.h index 528cf87803..b7256c9dc3 100644 --- a/include/clang/Analysis/CFG.h +++ b/include/clang/Analysis/CFG.h @@ -286,7 +286,8 @@ public: /// constructed CFG belongs to the caller. static CFG* buildCFG(const Decl *D, Stmt* AST, ASTContext *C, bool AddEHEdges = false, - bool AddScopes = false); + bool AddScopes = false /* NOT FULLY IMPLEMENTED. + NOT READY FOR GENERAL USE. */); /// createBlock - Create a new block in the CFG. The CFG owns the block; /// the caller should not directly free it. |