Changeset 221c542e for src/AST/Decl.hpp


Ignore:
Timestamp:
Jan 24, 2024, 8:19:18 AM (20 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
64c4b4d
Parents:
bad9c8f (diff), 71b5aad5 (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

    rbad9c8f r221c542e  
    312312        ptr<Type> base;
    313313        enum class EnumHiding { Visible, Hide } hide;
    314 
    315314        EnumDecl( const CodeLocation& loc, const std::string& name, bool isTyped = false,
    316315                std::vector<ptr<Attribute>>&& attrs = {}, Linkage::Spec linkage = Linkage::Cforall,
Note: See TracChangeset for help on using the changeset viewer.