Changeset 7de7b52 for src/main.cc


Ignore:
Timestamp:
Jun 1, 2018, 1:36:11 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
262bd63, e8db295
Parents:
6810fcb (diff), 41e16b1 (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:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r6810fcb r7de7b52  
    1010// Created On       : Fri May 15 23:12:02 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon May  7 14:35:57 2018
    13 // Update Count     : 492
     12// Last Modified On : Wed May 30 17:53:14 2018
     13// Update Count     : 496
    1414//
    1515
     
    264264                } // if
    265265
    266                 PASS( "mutate", ControlStruct::mutate( translationUnit ) );
     266                PASS( "fixLabels", ControlStruct::fixLabels( translationUnit ) );
    267267                PASS( "fixNames", CodeGen::fixNames( translationUnit ) );
    268268                PASS( "genInit", InitTweak::genInit( translationUnit ) );
     
    573573        yyin = input;
    574574        yylineno = 1;
    575         typedefTable.enterScope();
    576575        int parseStatus = yyparse();
    577576
Note: See TracChangeset for help on using the changeset viewer.