Skip to content
Success

Changes

Summary

  1. You can how use local control flow out of 'catch' clauses. Added a test to show that it works. (details)
  2. Forgot to remove an unused function from the exception code. (details)
Commit 0a6d20453ce0f1bf1bb35cbe740e036d4d380116 by ajbeach
You can how use local control flow out of 'catch' clauses. Added a test to show that it works.
The file was modifiedsrc/ControlStruct/MultiLevelExit.cpp
The file was modifiedtests/exceptions/try-ctrl-flow.cfa
The file was modifiedsrc/ControlStruct/ExceptTranslate.cpp
The file was addedtests/exceptions/.expect/try-leave-catch.txt
The file was modifiedtests/exceptions/.expect/try-ctrl-flow.txt
The file was addedtests/exceptions/try-leave-catch.cfa
Commit 523e3008d75a9ed5a64586841ec56ce654b559fc by ajbeach
Forgot to remove an unused function from the exception code.
The file was modifiedsrc/ControlStruct/ExceptTranslate.cpp