This revision was automatically updated to reflect the committed changes.
Closed by commit rL328895: [CFG] [analyzer] Work around a disappearing
CXXBindTemporaryExpr. (authored by dergachev, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.o
NoQ updated this revision to Diff 140464.
NoQ added a comment.
Use auto.
https://reviews.llvm.org/D44955
Files:
include/clang/Analysis/ConstructionContext.h
lib/Analysis/CFG.cpp
lib/Analysis/ConstructionContext.cpp
test/Analysis/missing-bind-temporary.cpp
Index: test/Analysis/missing-b
george.karpenkov accepted this revision.
george.karpenkov added a comment.
This revision is now accepted and ready to land.
LGTM with a nit, provided a proper fix can not be landed in a timely enough
matter.
Comment at: lib/Analysis/CFG.cpp:740
cleanupConstructionCont
NoQ created this revision.
NoQ added reviewers: dcoughlin, xazax.hun, a.sidorin, george.karpenkov, szepet.
Herald added subscribers: cfe-commits, rnkovacs.
This is a CFG-side patch for the weird AST i encountered in
http://lists.llvm.org/pipermail/cfe-dev/2018-March/057398.html . The omission
of