Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    re497c1d r7f5566b  
    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 : Tue Jul 28 13:05:02 2015
    13 // Update Count     : 165
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Thu Jul 30 15:36:41 2015
     13// Update Count     : 146
    1414//
    1515
     
    228228                // add the assignment statement after the
    229229                // initialization of a type parameter
     230                OPTPRINT( "tweak" )
     231                InitTweak::tweak( translationUnit );
    230232                OPTPRINT( "validate" )
    231233                SymTab::validate( translationUnit, symtabp );
     
    249251                OPTPRINT( "fixNames" )
    250252                CodeGen::fixNames( translationUnit );
    251                 OPTPRINT( "tweak" )
    252                 InitTweak::tweak( translationUnit );
    253253
    254254                if ( libcfap ) {
     
    339339
    340340        printAll( decls, std::cout );
     341        deleteAll( translationUnit );
    341342}
    342343
Note: See TracChangeset for help on using the changeset viewer.