Changeset f5a51db for src/ControlStruct/ExceptTranslate.h
- Timestamp:
- Feb 8, 2022, 11:53:13 AM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- cc7bbe6
- Parents:
- 97c215f (diff), 1cf8a9f (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
-
src/ControlStruct/ExceptTranslate.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ExceptTranslate.h
r97c215f rf5a51db 31 31 32 32 void translateTries( std::list< Declaration *> & translationUnit ); 33 void translateTries( ast::TranslationUnit & transUnit ); 33 34 /* Replaces all try blocks (and their many clauses) with function definitions and calls. 34 35 * This uses the exception built-ins to produce typed output and should take place after
Note:
See TracChangeset
for help on using the changeset viewer.