Changeset 544deb9 for src/AST


Ignore:
Timestamp:
Jan 24, 2024, 6:05:16 AM (5 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
71b5aad5
Parents:
367725d
Message:

Update ReplacePseudoFunc?, mostly the runtime lookup for attribute pseudo-function. It is imcomplete and returning dummy value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.hpp

    r367725d r544deb9  
    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.