[PATCH] D55804: [analyzer] C++17: Fix leak false positives when an object with destructor is returned from the top frame.
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 18 00:46:46 PST 2018
xazax.hun added a comment.
Is there any downsides for using symbolic region for the construction target? For me that would make perfect sense, since this is often modelled by passing the address of the target into the callee. The programmer could do RVO like thing by hand, so modeling automatic and manual RVO the same way would be the least surprising in my opinion.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55804/new/
https://reviews.llvm.org/D55804
More information about the cfe-commits
mailing list