Changeset a0fdbd5 for src/main.cc


Ignore:
Timestamp:
Apr 28, 2016, 12:32:49 PM (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:
fea7ca7
Parents:
84bb4d9
Message:

remove RemoveInit?'s ObjectDecl? mutate which duplicates constructor calls on polymorphic objects, change name of RemoveInit? files to more accurate GenInit?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r84bb4d9 ra0fdbd5  
    1010// Created On       : Fri May 15 23:12:02 2015
    1111// Last Modified By : Rob Schluntz
    12 // Last Modified On : Mon Apr 11 17:49:38 2016
     12// Last Modified On : Thu Apr 28 12:24:46 2016
    1313// Update Count     : 200
    1414//
     
    4040#include "MakeLibCfa.h"
    4141#include "InitTweak/Mutate.h"
    42 #include "InitTweak/RemoveInit.h"
     42#include "InitTweak/GenInit.h"
    4343#include "InitTweak/FixInit.h"
    4444//#include "Explain/GenProlog.h"
     
    259259                CodeGen::fixNames( translationUnit );
    260260                OPTPRINT( "tweakInit" )
    261                 InitTweak::tweak( translationUnit );
     261                InitTweak::genInit( translationUnit );
    262262
    263263                if ( libcfap ) {
Note: See TracChangeset for help on using the changeset viewer.