Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixInit.cc

    r52c14b3 r3a5131ed  
    1010// Created On       : Wed Jan 13 16:29:30 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Jul 12 17:41:15 2016
    13 // Update Count     : 34
     12// Last Modified On : Thu Feb 16 14:58:43 2017
     13// Update Count     : 35
    1414//
    1515
     
    313313                                        translationUnit.splice( i, fixer.staticDtorDecls );
    314314                                } catch( SemanticError &e ) {
     315                                        e.set_location( (*i)->location );
    315316                                        errors.append( e );
    316317                                } // try
     
    838839                void handleFuncDecl( FunctionDecl * funcDecl, Visitor & visitor ) {
    839840                        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.