summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/temporary-lifetime-exceptions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Temporary, Lifetime] Add lifetime marks for temporariesTim Shen2016-07-011-0/+24
With all MaterializeTemporaryExprs coming with a ExprWithCleanups, it's easy to add correct lifetime.end marks into the right RunCleanupsScope. Differential Revision: http://reviews.llvm.org/D20499 llvm-svn: 274385
OpenPOWER on IntegriCloud