george.karpenkov added inline comments.
================ Comment at: lib/StaticAnalyzer/Core/ExprEngine.cpp:480 } + CC = dyn_cast<TemporaryObjectConstructionContext>( + RTCElem->getConstructionContext()); ---------------- I'm a bit confused as to what is going on here; maybe a short comment would be helpful? What I don't understand is that we go through that branch when construction context is supplied only to completely ignore it [..because we know better?..] Repository: rC Clang https://reviews.llvm.org/D44755 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits