Changeset fb0f04d
- Timestamp:
- Dec 13, 2024, 5:05:32 PM (11 months ago)
- Branches:
- master
- Children:
- 96ef156
- Parents:
- 9b01ed1
- Files:
-
- 2 added
- 1 edited
-
src/ControlStruct/ExceptDecl.cpp (modified) (1 diff)
-
tests/nowarn/.expect/exception.txt (added)
-
tests/nowarn/exception.cfa (added)
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.