Changeset d8847b7 for src/main.cc


Ignore:
Timestamp:
Nov 18, 2015, 3:06:27 PM (9 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:
a2eda27
Parents:
37a3b8f9
git-author:
Aaron Moss <a3moss@…> (11/17/15 15:55:03)
git-committer:
Aaron Moss <a3moss@…> (11/18/15 15:06:27)
Message:

First draft of generic instantiation pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r37a3b8f9 rd8847b7  
    2424#include "SynTree/Declaration.h"
    2525#include "SynTree/Visitor.h"
     26#include "GenPoly/InstantiateGeneric.h"
    2627#include "GenPoly/Lvalue.h"
    2728#include "GenPoly/Specialize.h"
     
    268269                }
    269270
     271                OPTPRINT( "instantiateGeneric" )
     272                GenPoly::instantiateGeneric( translationUnit );
    270273                OPTPRINT( "copyParams" );
    271274                GenPoly::copyParams( translationUnit );
Note: See TracChangeset for help on using the changeset viewer.