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.hpp

    r09e400e r4acf56d  
    150150        void addType( const NamedTypeDecl * decl );
    151151        /// Adds a struct declaration to the symbol table by name
    152         void addStruct( const std::string & id );
     152        void addStructId( const std::string & id );
    153153        /// Adds a struct declaration to the symbol table
    154154        void addStruct( const StructDecl * decl );
     
    156156        void addEnum( const EnumDecl * decl );
    157157        /// Adds a union declaration to the symbol table by name
    158         void addUnion( const std::string & id );
     158        void addUnionId( const std::string & id );
    159159        /// Adds a union declaration to the symbol table
    160160        void addUnion( const UnionDecl * decl );
Note: See TracChangeset for help on using the changeset viewer.