Changeset 8a9a3ab for src/ResolvExpr/ResolveTypeof.h
- Timestamp:
- Sep 1, 2023, 3:54:42 PM (2 years ago)
- Branches:
- master
- Children:
- 4b30318b
- Parents:
- 4269d1b (diff), 4c0fa03 (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/ResolvExpr/ResolveTypeof.h
r4269d1b r8a9a3ab 32 32 const ast::Type * fixArrayType( const ast::Type *, const ResolveContext & ); 33 33 const ast::ObjectDecl * fixObjectType( const ast::ObjectDecl * decl , const ResolveContext & ); 34 const ast::ObjectDecl * fixObjectInit( const ast::ObjectDecl * decl , const ResolveContext &); 34 35 } // namespace ResolvExpr 35 36
Note:
See TracChangeset
for help on using the changeset viewer.