Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixInit.cc

    r3a5131ed r52c14b3  
    1010// Created On       : Wed Jan 13 16:29:30 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Feb 16 14:58:43 2017
    13 // Update Count     : 35
     12// Last Modified On : Tue Jul 12 17:41:15 2016
     13// Update Count     : 34
    1414//
    1515
     
    313313                                        translationUnit.splice( i, fixer.staticDtorDecls );
    314314                                } catch( SemanticError &e ) {
    315                                         e.set_location( (*i)->location );
    316315                                        errors.append( e );
    317316                                } // try
     
    839838                void handleFuncDecl( FunctionDecl * funcDecl, Visitor & visitor ) {
    840839                        maybeAccept( funcDecl->get_functionType(), visitor );
     840                        acceptAll( funcDecl->get_oldDecls(), visitor );
    841841                        maybeAccept( funcDecl->get_statements(), visitor );
    842842                }
Note: See TracChangeset for help on using the changeset viewer.