summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGException.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add a cleanup scope for each catch clause.Mike Stump2009-12-021-15/+19
* Pull the terminate handler up so that we can use it for the catchMike Stump2009-12-021-35/+31
* Change rtti/Rtti to RTTI, as it is an acronym.Mike Stump2009-12-021-2/+3
* Avoid warning for getTerminateFn defined but not used.Mike Stump2009-12-021-9/+3
* terminate doesn't throw.Mike Stump2009-12-021-0/+1
* More exception handling improvements... WIP.Mike Stump2009-12-021-30/+71
* Much work on try/catch statement. WIP.Mike Stump2009-12-011-69/+250
* Checkpoint current work. WIP.Mike Stump2009-11-201-2/+126
* Implement throw d, where d is a class type that requires copyMike Stump2009-11-201-2/+22
* Handle throw d, where d is a class type but only has a trivial copyMike Stump2009-11-201-8/+9
* Add suport for throw;. WIP.Mike Stump2009-11-201-4/+16
* Fix rtti generation for throws. WIP.Mike Stump2009-11-201-9/+1
* Get throws limping along, still a bunch of FIXMEs. Too bad we don't support c...Anders Carlsson2009-10-301-1/+86
* Add CGException.cpp, to be used for exception related code generation.Anders Carlsson2009-10-301-0/+20
OpenPOWER on IntegriCloud