summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/eh.cpp
Commit message (Expand)AuthorAgeFilesLines
* Neuter this testcase a little. The way LLVM writes labels for anonymous blocksJohn McCall2010-04-221-3/+3
* Call PerformCopyInitialization to properly initialize the exception temporaryJohn McCall2010-04-221-26/+61
* Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang2010-04-041-1/+1
* Revert r100193 since it causes failures in objc in clangMon P Wang2010-04-021-1/+1
* Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang2010-04-021-1/+1
* Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.Bob Wilson2010-03-301-1/+1
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-1/+1
* Fix Release-Asserts.Mike Stump2010-01-131-25/+21
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When an exception needs to be freed by calling __cxa_exception_free, make sur...Anders Carlsson2009-12-111-0/+6
* Add terminate handler for copy constructors for thrown objects. WIP.Mike Stump2009-12-091-2/+3
* Add testcases for recent checkins.Mike Stump2009-11-201-0/+68
OpenPOWER on IntegriCloud