Changeset 0ddb713 for src/main.cc


Ignore:
Timestamp:
Dec 2, 2015, 11:58:59 AM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
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, with_gc
Children:
9cb8e88d
Parents:
9ed3237 (diff), f2b2029 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into ctor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r9ed3237 r0ddb713  
    99// Author           : Richard C. Bilson
    1010// Created On       : Fri May 15 23:12:02 2015
    11 // Last Modified By : Rob Schluntz
    12 // Last Modified On : Thu Jul 30 16:08:18 2015
    13 // Update Count     : 167
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Thu Nov 19 22:31:40 2015
     13// Update Count     : 168
    1414//
    1515
     
    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"
     
    226227                } // if
    227228
    228                 // add the assignment statement after the
    229                 // initialization of a type parameter
     229                // add the assignment statement after the initialization of a type parameter
    230230                OPTPRINT( "validate" )
    231231                SymTab::validate( translationUnit, symtabp );
     
    268268                }
    269269
     270                OPTPRINT( "instantiateGeneric" )
     271                GenPoly::instantiateGeneric( translationUnit );
    270272                OPTPRINT( "copyParams" );
    271273                GenPoly::copyParams( translationUnit );
Note: See TracChangeset for help on using the changeset viewer.