Changeset cb98d9d for src/Parser/DeclarationNode.h
- Timestamp:
- Apr 8, 2024, 11:57:37 AM (22 months ago)
- Branches:
- master
- Children:
- 485cf59, dd37afa
- Parents:
- d3a49864 (diff), d9bad51 (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
-
src/Parser/DeclarationNode.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/DeclarationNode.h
rd3a49864 rcb98d9d 30 30 static DeclarationNode * newEnumConstant( const std::string * name, ExpressionNode * constant ); 31 31 static DeclarationNode * newEnumValueGeneric( const std::string * name, InitializerNode * init ); 32 static DeclarationNode * newEnumInLine( const std::string name );32 static DeclarationNode * newEnumInLine( const std::string * name ); 33 33 static DeclarationNode * newName( const std::string * ); 34 34 static DeclarationNode * newTypeParam( ast::TypeDecl::Kind, const std::string * ); … … 99 99 100 100 struct Variable_t { 101 // const std::string * name;102 101 ast::TypeDecl::Kind tyClass; 103 102 DeclarationNode * assertions;
Note:
See TracChangeset
for help on using the changeset viewer.