Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix double-destruction assertion to account for temporaries in conditionals | Douglas Gregor | 2009-12-24 | 1 | -1/+2 |
| | | | | llvm-svn: 92134 | ||||
* | Assert that we aren't trying to push the same C++ temporary onto the live ↵ | Douglas Gregor | 2009-12-24 | 1 | -0/+3 |
| | | | | | | temporary stack twice. A little insurance against PR5867 surprising us again llvm-svn: 92132 | ||||
* | Ensure we run cleanups for CXXTemporaries on the exceptional edge. WIP. | Mike Stump | 2009-12-17 | 1 | -0/+27 |
| | | | | llvm-svn: 91588 | ||||
* | ShouldDestroyTemporaries? I don't think so. | Anders Carlsson | 2009-12-15 | 1 | -11/+0 |
| | | | | llvm-svn: 91450 | ||||
* | Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and ↵ | Anders Carlsson | 2009-11-24 | 1 | -0/+143 |
CGTemporaries. llvm-svn: 89742 |