]> granicus.if.org Git - clang/commitdiff
Add comment to CFGBlock suggested by Jiri Slaby.
authorTed Kremenek <kremenek@apple.com>
Thu, 28 Apr 2011 06:19:35 +0000 (06:19 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 28 Apr 2011 06:19:35 +0000 (06:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130387 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/CFG.h

index 53ed705b950650a14ac076a35436d91be6e084f1..ca46459afd9a878300e80847fefc898dbac40580 100644 (file)
@@ -264,6 +264,8 @@ public:
 ///     ? operator      LHS expression;  RHS expression
 ///     &&, ||          expression that uses result of && or ||, RHS
 ///
+/// But note that any of that may be NULL in case of optimized-out edges.
+///
 class CFGBlock {
   class ElementList {
     typedef BumpVector<CFGElement> ImplTy;