Ignore:
Timestamp:
May 17, 2019, 12:09:51 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
896737b
Parents:
77bfc80
Message:

Many errors and warning fixes.
More visit implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Visitor.hpp

    r77bfc80 r10a1225  
    111111    virtual const ast::Init *             visit( const ast::ListInit             * ) = 0;
    112112    virtual const ast::Init *             visit( const ast::ConstructorInit      * ) = 0;
    113     virtual const ast::Constant *         visit( const ast::Constant             * ) = 0;
    114113    virtual const ast::Attribute *        visit( const ast::Attribute            * ) = 0;
    115114    virtual const ast::TypeSubstitution * visit( const ast::TypeSubstitution     * ) = 0;
Note: See TracChangeset for help on using the changeset viewer.