Ignore:
Timestamp:
Apr 11, 2016, 3:22:36 PM (8 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
6f49cdf
Parents:
63c0dbf
Message:

Initial compiling build with TyVarMap? as ErasableScopedMap?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/GenPoly.cc

    r63c0dbf rbfae637  
    3737        ReferenceToType *isPolyRet( FunctionType *function ) {
    3838                if ( ! function->get_returnVals().empty() ) {
    39                         TyVarMap forallTypes;
     39                        TyVarMap forallTypes( (TypeDecl::Kind)-1 );
    4040                        makeTyVarMap( function, forallTypes );
    4141                        return (ReferenceToType*)isPolyType( function->get_returnVals().front()->get_type(), forallTypes );
Note: See TracChangeset for help on using the changeset viewer.