Summary
- You can how use local control flow out of 'catch' clauses. Added a test to show that it works. (details)
- Forgot to remove an unused function from the exception code. (details)
The file was modified | src/ControlStruct/MultiLevelExit.cpp |
The file was modified | tests/exceptions/try-ctrl-flow.cfa |
The file was modified | src/ControlStruct/ExceptTranslate.cpp |
The file was added | tests/exceptions/.expect/try-leave-catch.txt |
The file was modified | tests/exceptions/.expect/try-ctrl-flow.txt |
The file was added | tests/exceptions/try-leave-catch.cfa |
The file was modified | src/ControlStruct/ExceptTranslate.cpp |