Changeset 4559b34 for src/AST/Decl.hpp


Ignore:
Timestamp:
Apr 3, 2022, 8:49:42 PM (2 years ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
92538ab
Parents:
3eb1653
Message:

Update the String Enum implementation. The declaration now can handles creating the enum decl. But the compilation fails when trying to create reference to the Enum. Need a way to resolve InstTypes?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.hpp

    r3eb1653 r4559b34  
    317317        const char * typeString() const override { return aggrString( Enum ); }
    318318
     319        bool isTyped() {return base && base.get();}
     320
    319321private:
    320322        EnumDecl * clone() const override { return new EnumDecl{ *this }; }
Note: See TracChangeset for help on using the changeset viewer.