[PATCH] D16403: Add scope information to CFG

Matthias Gehre via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 23 06:25:14 PDT 2017


mgehre added a comment.

Please consider also https://reviews.llvm.org/D15031
It already handles all possible control flows. Instead of ScopeBegin and ScopeEnd,
it introduces LifetimeEnds elements. It's a more specific in that is also
correctly models the order of lifetime expiry of variables and the order
or destructor calls / lifetime ending.


Repository:
  rL LLVM

https://reviews.llvm.org/D16403





More information about the cfe-commits mailing list