]> granicus.if.org Git - clang/commitdiff
Add comments.
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 13 Jan 2011 07:59:59 +0000 (07:59 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 13 Jan 2011 07:59:59 +0000 (07:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123370 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/PathSensitive/ExplodedGraph.h

index 3a7a991c4fb06465d27ee8473924f069355be04b..853d3c5ec7cc5dc81f8e140b7f1ff48a01c6fc04 100644 (file)
@@ -47,6 +47,9 @@ class ExplodedGraph;
 // on top of these classes.
 //===----------------------------------------------------------------------===//
 
+// ExplodedNode is not constified all over the engine because we need to add
+// successors to it at any time after creating it.
+
 class ExplodedNode : public llvm::FoldingSetNode {
   friend class ExplodedGraph;
   friend class CoreEngine;