dcoughlin added inline comments.

================
Comment at: lib/StaticAnalyzer/Core/ExprEngine.cpp:939
         std::make_pair(D.getBindTemporaryExpr(), Pred->getStackFrame()));
+    // *MRPtr may still be null when the construction context for the temporary
+    // was not implemented.
----------------
Can we add an assertion somewhere else (like when leaving a stack frame 
context) to make sure that the expected temporaries have all been removed from 
InitializedTemporaries?


Repository:
  rC Clang

https://reviews.llvm.org/D43104



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to