summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/temporary-lifetime-exceptions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update for lifetime intrinsic signature changeMatt Arsenault2017-04-101-6/+6
| | | | llvm-svn: 299877
* Update clang unittests for rL281586.Wei Mi2016-09-151-6/+6
| | | | | | | The change in rL281586 is in llvm component and tests updated here are in clang component, so I have to commit them consecutively. llvm-svn: 281587
* [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