Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Convert.cpp

    r4ec9513 r374cb117  
    27752775        }
    27762776
    2777         virtual void visit( const EnumInstType * old ) override final { // Here is visiting the EnumInst Decl not the usage.
     2777        virtual void visit( const EnumInstType * old ) override final {
    27782778                ast::EnumInstType * ty;
    27792779                if ( old->baseEnum ) {
    2780                         ty = new ast::EnumInstType{ // Probably here: missing the specification of the base
     2780                        ty = new ast::EnumInstType{
    27812781                                GET_ACCEPT_1( baseEnum, EnumDecl ),
    27822782                                cv( old ),
Note: See TracChangeset for help on using the changeset viewer.