Changeset ad47ec4 for src/AST/Decl.hpp


Ignore:
Timestamp:
Aug 29, 2024, 2:38:39 PM (14 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
9bb6c5f
Parents:
960665c (diff), b965774 (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/Decl.hpp

    r960665c rad47ec4  
    5050        : ParseNode( loc ), name( name ), storage( storage ), linkage( linkage ) {}
    5151
    52         Decl* set_extension( bool ex ) { extension = ex; return this; }
    53 
    5452        /// Ensures this node has a unique ID
    5553        void fixUniqueId();
Note: See TracChangeset for help on using the changeset viewer.