Ignore:
Timestamp:
Jul 13, 2023, 9:37:22 PM (12 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
b7c53a9d
Parents:
09e400e (diff), a3c7bac (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/SymbolTable.cpp

    r09e400e r4acf56d  
    323323}
    324324
    325 void SymbolTable::addStruct( const std::string &id ) {
     325void SymbolTable::addStructId( const std::string &id ) {
    326326        addStruct( new StructDecl( CodeLocation(), id ) );
    327327}
     
    365365}
    366366
    367 void SymbolTable::addUnion( const std::string &id ) {
     367void SymbolTable::addUnionId( const std::string &id ) {
    368368        addUnion( new UnionDecl( CodeLocation(), id ) );
    369369}
Note: See TracChangeset for help on using the changeset viewer.