[PATCH] D47616: [CFG] [analyzer] Explain copy elision through construction contexts.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 1 15:09:59 PDT 2018


NoQ updated this revision to Diff 149568.
NoQ marked 2 inline comments as done.
NoQ added a comment.

Actually let's do a separate context kind. The difference in semantics they represent is so drastically different that i think it's worth it.


https://reviews.llvm.org/D47616

Files:
  include/clang/Analysis/ConstructionContext.h
  lib/Analysis/CFG.cpp
  lib/Analysis/ConstructionContext.cpp
  lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  test/Analysis/cfg-rich-constructors.cpp
  test/Analysis/temp-obj-dtors-cfg-output.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47616.149568.patch
Type: text/x-patch
Size: 35328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180601/a8118fa4/attachment-0001.bin>


More information about the cfe-commits mailing list