]> granicus.if.org Git - clang/commitdiff
Add comment to CFG to 'buildCFG()' arguments indicating that scope
authorTed Kremenek <kremenek@apple.com>
Mon, 15 Mar 2010 17:45:13 +0000 (17:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 15 Mar 2010 17:45:13 +0000 (17:45 +0000)
support is not fully implemented.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98555 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/CFG.h

index 528cf878031ecf71e5fa08f2c5a90f234bae8052..b7256c9dc3dbc44ff96aa5f32cfc689bc2dba601 100644 (file)
@@ -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.