Changeset fb0f04d for src/ControlStruct
- Timestamp:
- Dec 13, 2024, 5:05:32 PM (5 days ago)
- Branches:
- master
- Children:
- 96ef156
- Parents:
- 9b01ed1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ExceptDecl.cpp
r9b01ed1 rfb0f04d 334 334 new ast::ObjectDecl( 335 335 location, 336 " this",336 "", // "this," though unused in the body 337 337 new ast::PointerType( 338 338 createExceptionInstType( exceptionName, params ) )
Note: See TracChangeset
for help on using the changeset viewer.