Changeset e0069bd for src/Validate
- Timestamp:
- Jul 12, 2023, 11:44:01 AM (19 months ago)
- Branches:
- master
- Children:
- d6d2136
- Parents:
- 1d9dc9c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/NoIdSymbolTable.hpp
r1d9dc9c re0069bd 46 46 FORWARD_1( addUnion , const ast::UnionDecl * ) 47 47 FORWARD_1( addTrait , const ast::TraitDecl * ) 48 FORWARD_1( addStruct, const std::string & )49 FORWARD_1( addUnion , const std::string & )50 48 FORWARD_2( addWith , const std::vector< ast::ptr<ast::Expr> > &, const ast::Decl * ) 49 FORWARD_1( addStructId, const std::string & ) 50 FORWARD_1( addUnionId , const std::string & ) 51 51 52 52 FORWARD_1( globalLookupType, const std::string & )
Note: See TracChangeset
for help on using the changeset viewer.