- File:
-
- 1 edited
-
src/ControlStruct/ExceptTranslate.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ExceptTranslate.h
r5ee153d r7119daa 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // ExceptTranslate.h -- Conversion of exception control flow structures.7 // ExceptTranslate.h -- 8 8 // 9 9 // Author : Andrew Beach 10 10 // Created On : Tus Jun 06 10:13:00 2017 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Mon Nov 8 11:43:00 202013 // Update Count : 612 // Last Modified On : Tus May 19 11:47:00 2020 13 // Update Count : 5 14 14 // 15 15 … … 19 19 20 20 class Declaration; 21 namespace ast {22 class TranslationUnit;23 }24 21 25 22 namespace ControlStruct { 26 23 void translateThrows( std::list< Declaration *> & translationUnit ); 27 void translateThrows( ast::TranslationUnit & transUnit );28 24 /* Replaces all throw & throwResume statements with function calls. 29 25 * These still need to be resolved, so call this before the reslover.
Note:
See TracChangeset
for help on using the changeset viewer.