Changes in / [acb89ed2:7286a40]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/ExceptTranslate.cc

    racb89ed2 r7286a40  
    1010// Created On       : Wed Jun 14 16:49:00 2017
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Wed Jul 12 15:07:00 2017
    13 // Update Count     : 3
     12// Last Modified On : Tus Jul 11 16:33:00 2017
     13// Update Count     : 2
    1414//
    1515
     
    593593
    594594                PassVisitor<ExceptionMutatorCore> translator;
    595                 mutateAll( translationUnit, translator );
     595                for ( Declaration * decl : translationUnit ) {
     596                        decl->acceptMutator( translator );
     597                }
    596598        }
    597599}
Note: See TracChangeset for help on using the changeset viewer.