summaryrefslogtreecommitdiff
path: root/test/Sema/__try.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Sema tests using __try by adding tripleReid Kleckner2015-04-281-2/+2
* Correct typos in SEH filter expressionsReid Kleckner2015-04-021-0/+6
* Warn when jumping out of a __finally block via continue, break, return, __leave.Nico Weber2015-03-091-2/+76
* Implement IRGen for SEH __finally and AbnormalTerminationReid Kleckner2015-02-041-1/+1
* Initial support for Win64 SEH IR emissionReid Kleckner2015-01-221-9/+27
* Add an AST node for __leave statements, hook it up.Nico Weber2014-07-071-7/+4
* Sema: Check that __leave is contained in a __try block.Nico Weber2014-07-061-8/+5
* Add parser support for __leave (sema and onward still missing).Nico Weber2014-07-061-0/+25
* Treat the Microsoft/Borland keyword "__except" as a context-sensitiveDouglas Gregor2011-10-211-2/+3
* Parsing/AST support for Structured Exception HandlingJohn Wiegley2011-04-281-0/+171