summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGTemporaries.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add the same 'ForVirtualBase' parameter to EmitCXXDestructorCall.Anders Carlsson2010-05-021-2/+3
* Call PerformCopyInitialization to properly initialize the exception temporaryJohn McCall2010-04-221-5/+2
* Introduce a CXXTemporariesCleanupScope RAII object and use it to cleanup the ...Anders Carlsson2010-03-301-8/+7
* Fix double-destruction assertion to account for temporaries in conditionalsDouglas Gregor2009-12-241-1/+2
* Assert that we aren't trying to push the same C++ temporary onto the live tem...Douglas Gregor2009-12-241-0/+3
* Ensure we run cleanups for CXXTemporaries on the exceptional edge. WIP.Mike Stump2009-12-171-0/+27
* ShouldDestroyTemporaries? I don't think so.Anders Carlsson2009-12-151-11/+0
* Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and ...Anders Carlsson2009-11-241-0/+143
OpenPOWER on IntegriCloud