Changeset 81da3da4 for src/ControlStruct/ExceptDecl.h
- Timestamp:
- Dec 11, 2023, 4:18:13 AM (22 months ago)
- Branches:
- master
- Children:
- 21ce2c7, 2554f24
- Parents:
- 5ddb8bf (diff), 1c85ffc (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
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ExceptDecl.h
r5ddb8bf r81da3da4 16 16 #pragma once 17 17 18 #include <list> // for list19 20 class Declaration;21 22 18 namespace ast { 23 19 class TranslationUnit; … … 25 21 26 22 namespace ControlStruct { 23 27 24 /// Unfold exception declarations into raw structure declarations. 28 25 /// Also builds vtable declarations and converts vtable types. 29 void translateExcept( std::list< Declaration *> & translationUnit );30 26 void translateExcept( ast::TranslationUnit & translationUnit ); 27 31 28 }
Note:
See TracChangeset
for help on using the changeset viewer.