summaryrefslogtreecommitdiff
path: root/test/Sema/__try.c
AgeCommit message (Expand)Author
2015-04-28Fix Sema tests using __try by adding tripleReid Kleckner
2015-04-02Correct typos in SEH filter expressionsReid Kleckner
2015-03-09Warn when jumping out of a __finally block via continue, break, return, __leave.Nico Weber
2015-02-04Implement IRGen for SEH __finally and AbnormalTerminationReid Kleckner
2015-01-22Initial support for Win64 SEH IR emissionReid Kleckner
2014-07-07Add an AST node for __leave statements, hook it up.Nico Weber
2014-07-06Sema: Check that __leave is contained in a __try block.Nico Weber
2014-07-06Add parser support for __leave (sema and onward still missing).Nico Weber
2011-10-21Treat the Microsoft/Borland keyword "__except" as a context-sensitiveDouglas Gregor
2011-04-28Parsing/AST support for Structured Exception HandlingJohn Wiegley