Changeset 335f2d8 for src/AST/Pass.hpp


Ignore:
Timestamp:
May 23, 2019, 10:51:06 AM (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:
4139e3d
Parents:
a2e758e
Message:

Fixed some warnings and implemented memberExpr ctor and extractResultType

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    ra2e758e r335f2d8  
    178178        const ast::TypeSubstitution * visit( const ast::TypeSubstitution     * ) override final;
    179179
    180         friend void acceptAll( std::list< ptr<Decl> > & decls, Pass<pass_t>& visitor );
     180        template<typename pass_type>
     181        friend void acceptAll( std::list< ptr<Decl> > & decls, Pass<pass_type>& visitor );
    181182private:
    182183
Note: See TracChangeset for help on using the changeset viewer.