Ignore:
Timestamp:
Jul 12, 2023, 11:44:01 AM (10 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
d6d2136
Parents:
1d9dc9c
Message:

Renaming of some SymbolTable? functions because they are different and should be tracked. Removed an extra forward declaration and modified some indentation in the area.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/NoIdSymbolTable.hpp

    r1d9dc9c re0069bd  
    4646        FORWARD_1( addUnion , const ast::UnionDecl *     )
    4747        FORWARD_1( addTrait , const ast::TraitDecl *     )
    48         FORWARD_1( addStruct, const std::string &        )
    49         FORWARD_1( addUnion , const std::string &        )
    5048        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 & )
    5151
    5252        FORWARD_1( globalLookupType, const std::string & )
Note: See TracChangeset for help on using the changeset viewer.