Changeset 9e1d485 for src/AST/Pass.hpp


Ignore:
Timestamp:
May 15, 2019, 3:41:08 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
69bafd2
Parents:
264e691
Message:

First draft of ast::Type with subclasses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    r264e691 r9e1d485  
    161161        virtual Type *             visit( const TupleType            * ) override final;
    162162        virtual Type *             visit( const TypeofType           * ) override final;
    163         virtual Type *             visit( const AttrType             * ) override final;
    164163        virtual Type *             visit( const VarArgsType          * ) override final;
    165164        virtual Type *             visit( const ZeroType             * ) override final;
Note: See TracChangeset for help on using the changeset viewer.