- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ExceptTranslate.h
r5f3ba11 r5ee153d 31 31 32 32 void translateTries( std::list< Declaration *> & translationUnit ); 33 void translateTries( ast::TranslationUnit & transUnit );34 33 /* Replaces all try blocks (and their many clauses) with function definitions and calls. 35 34 * 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.