Changeset f1e012b for src/main.cc


Ignore:
Timestamp:
Jan 19, 2016, 1:28:25 PM (9 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:
ca1c11f
Parents:
71f4e4f
Message:

added intrinsic ctor/dtors to prelude, modified MakeLibCfa? to build prelude ctor/dtors, added ctor/dtor to polymorphic object type constraints, rudimentary fallback on initializer nodes if chosen ctor is intrinsic, remove intrinsic destructor statements to reduce output pollution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r71f4e4f rf1e012b  
    1010// Created On       : Fri May 15 23:12:02 2015
    1111// Last Modified By : Rob Schluntz
    12 // Last Modified On : Wed Jan 13 16:47:25 2016
    13 // Update Count     : 181
     12// Last Modified On : Tue Jan 19 13:16:23 2016
     13// Update Count     : 185
    1414//
    1515
     
    247247                OPTPRINT( "fixNames" )
    248248                CodeGen::fixNames( translationUnit );
    249                 OPTPRINT( "tweak" )
     249                OPTPRINT( "tweakInit" )
    250250                InitTweak::tweak( translationUnit );
    251251
     
    266266                }
    267267
     268                OPTPRINT( "fixInit" )
    268269                // fix ObjectDecl - replaces ConstructorInit nodes
    269270                InitTweak::fix( translationUnit );
Note: See TracChangeset for help on using the changeset viewer.