Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for lifetime intrinsic signature change | Matt Arsenault | 2017-04-10 | 1 | -6/+6 |
| | | | | llvm-svn: 299877 | ||||
* | Update clang unittests for rL281586. | Wei Mi | 2016-09-15 | 1 | -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 temporaries | Tim Shen | 2016-07-01 | 1 | -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 |