Changeset 561354f for src/Validate
- Timestamp:
- May 17, 2023, 1:33:39 AM (2 years ago)
- Branches:
- ADT
- Children:
- d6c464d
- Parents:
- 28f8f15
- Location:
- src/Validate
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/Autogen.cpp
r28f8f15 r561354f 522 522 523 523 void StructFuncGenerator::genADTFuncs() { 524 if ( decl->kind != ast::AggregateDecl::A DT) return;524 if ( decl->kind != ast::AggregateDecl::Adt ) return; 525 525 assert( decl->members.size() == 2 ); 526 526 auto first = (decl->members[0]).as<ast::ObjectDecl>(); -
src/Validate/NoIdSymbolTable.hpp
r28f8f15 r561354f 44 44 FORWARD_1( addStruct, const ast::StructDecl * ) 45 45 FORWARD_1( addEnum , const ast::EnumDecl * ) 46 FORWARD_1( addAdt, const ast::AdtDecl * ) 46 47 FORWARD_1( addUnion , const ast::UnionDecl * ) 47 48 FORWARD_1( addTrait , const ast::TraitDecl * )
Note:
See TracChangeset
for help on using the changeset viewer.