Ignore:
Timestamp:
Jun 1, 2017, 3:18:58 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
134322e
Parents:
5013c62
Message:

Fixed implementation of env, some optim needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/PassVisitor.h

    r5013c62 r3fb9a83  
    218218        void call_endScope  () { end_scope_impl  ( pass, 0 ); }
    219219
     220        void set_env( TypeSubstitution * env ) { set_env_impl( pass, env, 0); }
     221
    220222        void mutateStatementList( std::list< Statement* > &statements );
    221223        Statement * mutateStatement( Statement * stmt );
Note: See TracChangeset for help on using the changeset viewer.