Changeset 0f6d2884 for src/SymTab/FixFunction.h
- Timestamp:
- Nov 17, 2023, 1:56:19 PM (13 months ago)
- Branches:
- master
- Children:
- 16e0dcb, 41606df1
- Parents:
- 3f219eb (diff), b0845f9 (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/SymTab/FixFunction.h
r3f219eb r0f6d2884 22 22 23 23 namespace SymTab { 24 /// Returns declaration with function and array types replaced by equivalent pointer types. 25 /// Sets isVoid to true if type is void 26 const ast::DeclWithType * fixFunction( const ast::DeclWithType * dwt, bool & isVoid ); 27 const ast::Type * fixFunction( const ast::Type * type, bool & isVoid ); 24 25 /// Returns declaration with function and array types replaced by equivalent pointer types. 26 /// Sets isVoid to true if type is void. 27 const ast::DeclWithType * fixFunction( const ast::DeclWithType * dwt, bool & isVoid ); 28 const ast::Type * fixFunction( const ast::Type * type, bool & isVoid ); 29 28 30 } // namespace SymTab 29 31
Note: See TracChangeset
for help on using the changeset viewer.