[PATCH] D44129: [analyzer] NFC: Refactor the code for obtaining temporary lifetime info into a method.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 5 17:55:57 PST 2018


NoQ created this revision.
NoQ added reviewers: dcoughlin, xazax.hun, a.sidorin, george.karpenkov, szepet.
Herald added subscribers: cfe-commits, rnkovacs.
NoQ added a dependency: D44124: [analyzer] Support destruction and lifetime-extension of inlined function return values..

Because @george.karpenkov wanted that and because i was about to copy-paste it.
This makes the assertions on `CallOpts` go away, but those aren't very valuable.


Repository:
  rC Clang

https://reviews.llvm.org/D44129

Files:
  include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  lib/StaticAnalyzer/Core/ExprEngine.cpp
  lib/StaticAnalyzer/Core/ExprEngineCXX.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44129.137109.patch
Type: text/x-patch
Size: 7310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180306/555e491e/attachment-0001.bin>


More information about the cfe-commits mailing list