summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/exceptions-seh.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Add an AST node for __leave statements, hook it up.Nico Weber2014-07-071-0/+1
| | | | | | | Codegen is still missing (and I won't work on that), but __leave is now as implemented as __try and friends. llvm-svn: 212425
* test case hygiene.Benjamin Kramer2014-01-111-2/+2
| | | | llvm-svn: 199017
* Emit an error when attempting to generate IR for SEH __tryReid Kleckner2013-09-161-0/+18
Currently we silently omit the code in the try and finally bodies, which is pretty bad. This way we fail loudly. llvm-svn: 190809
OpenPOWER on IntegriCloud