Changes in / [91b8a17:8bb59af]


Ignore:
Files:
31 added
2 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r91b8a17 r8bb59af  
    1212libcfa/Makefile
    1313src/Makefile
     14
     15# genereted by premake
     16src/examples/gc_no_raii/build
    1417
    1518# build directories
  • src/SymTab/Validate.cc

    r91b8a17 r8bb59af  
    783783                makeUnionFieldsAssignment( srcParam, dstParam, cloneWithParams( refType, unionParams ), back_inserter( assignDecl->get_statements()->get_kids() ) );
    784784                if ( isGeneric ) makeUnionFieldsAssignment( srcParam, returnVal, cloneWithParams( refType, unionParams ), back_inserter( assignDecl->get_statements()->get_kids() ) );
    785                
     785
    786786                if ( ! isGeneric ) assignDecl->get_statements()->get_kids().push_back( new ReturnStmt( noLabels, new VariableExpr( srcParam ) ) );
    787787
Note: See TracChangeset for help on using the changeset viewer.