Ignore:
Timestamp:
May 14, 2015, 1:54:02 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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:
5c7fb6c
Parents:
c11e31c (diff), b1a6d6b (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:

update merged files from master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/ControlStruct/Mutate.cc

    rc11e31c r4bf5298  
    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.