Changeset 7f2bfb7 for src/ControlStruct/ExceptTranslateNew.cpp
- Timestamp:
- Nov 29, 2023, 1:41:52 PM (13 months ago)
- Branches:
- master
- Children:
- 4dc3b8c
- Parents:
- 4f1b2d69 (diff), ab9c1b3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ExceptTranslateNew.cpp
r4f1b2d69 r7f2bfb7 253 253 location, 254 254 "try", 255 {}, //forall256 255 {}, //no param 257 256 {}, //no return … … 267 266 location, 268 267 "catch", 269 {}, //forall270 268 { make_index_object( location ), make_exception_object( location ) }, 271 269 {}, //return void … … 281 279 location, 282 280 "match", 283 {}, //forall284 281 { make_exception_object( location ) }, 285 282 { make_unused_index_object( location ) }, … … 295 292 location, 296 293 "handle", 297 {}, //forall298 294 { make_exception_object( location ) }, 299 295 { make_bool_object( location ) }, … … 309 305 location, 310 306 "finally", 311 {}, //forall312 307 { make_voidptr_object( location ) }, 313 308 {}, //return void
Note: See TracChangeset
for help on using the changeset viewer.