Ignore:
Timestamp:
May 14, 2015, 12:19:46 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, string, with_gc
Children:
4bf5298
Parents:
d4778a6
Message:

removed duplicate adapters, switch to c99 for initializer declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/ControlStruct/Mutate.cc

    rd4778a6 rb1a6d6b  
    2121namespace ControlStruct {
    2222    void mutate( std::list< Declaration * > translationUnit ) {
     23        // ForExprMutator formut;
     24        LabelFixer lfix;
    2325        ChooseMutator chmut;
    24         ForExprMutator formut;
    2526        CaseRangeMutator ranges;  // has to run after ChooseMutator
    26         LabelFixer lfix;
    2727        //ExceptMutator exc;
    28         LabelTypeChecker lbl;
     28        // LabelTypeChecker lbl;
    2929
    30         mutateAll( translationUnit, formut );
     30        // mutateAll( translationUnit, formut );
    3131        acceptAll( translationUnit, lfix );
    3232        mutateAll( translationUnit, chmut );
Note: See TracChangeset for help on using the changeset viewer.