[PATCH] D55804: [analyzer] C++17: Fix leak false positives when an object with destructor is returned from the top frame.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 18 10:57:51 PST 2018


NoQ added a comment.

Actually, `LiveVariables` analysis is not the right place to deal with this problem; these changes would go into `SymbolReaper` (or directly into `ExprEngine`), because we're dealing with something that depends on the stack frame, while `LiveVariables` analysis only depends on the CFG.


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