Ignore:
Timestamp:
Dec 15, 2016, 1:33:23 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
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, resolv-new, with_gc
Children:
5802a4f
Parents:
1486116
git-author:
Rob Schluntz <rschlunt@…> (12/15/16 12:00:08)
git-committer:
Rob Schluntz <rschlunt@…> (12/15/16 13:33:23)
Message:

update generation of return variables and the affected test outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/GenInit.cc

    r1486116 r9facf3b  
    5353          protected:
    5454                FunctionType * ftype;
    55                 UniqueName tempNamer;
    5655                std::string funcName;
    5756        };
     
    136135        }
    137136
    138         ReturnFixer::ReturnFixer() : tempNamer( "_retVal" ) {}
     137        ReturnFixer::ReturnFixer() {}
    139138
    140139        Statement *ReturnFixer::mutate( ReturnStmt *returnStmt ) {
Note: See TracChangeset for help on using the changeset viewer.