This patch corresponds to this RFC: http://lists.llvm.org/pipermail/cfe-dev/2019-December/064067.html
This does not cover everything yet, but I wanted to keep the patch small to be incremental.
Differential D72810
[LifetimeAnalysis] Add support for lifetime annotations on functions xazax.hun on Jan 15 2020, 2:12 PM. Authored by
Details This patch corresponds to this RFC: http://lists.llvm.org/pipermail/cfe-dev/2019-December/064067.html This does not cover everything yet, but I wanted to keep the patch small to be incremental.
Diff Detail Event TimelineComment Actions I'd also appreciate if you updated the docs for the changes done in this patch.
Comment Actions Thank you for the work on this!
|
"/// An abstract memory location..."
It would also really help to show some examples of the sorts of locations it can express (especially the nested field accesses).