Changeset 94b4364 for src/CodeGen


Ignore:
Timestamp:
Jun 16, 2015, 3:49:36 PM (9 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
94e0864d
Parents:
b5b0907
Message:

implemented resolver methods for aggregate initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.cc

    rb5b0907 r94b4364  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Rob Schluntz
    12 // Last Modified On : Mon Jun 15 12:43:21 2015
    13 // Update Count     : 138
     12// Last Modified On : Mon Jun 15 12:47:16 2015
     13// Update Count     : 142
    1414//
    1515
     
    7171                } // if
    7272        }
    73  
     73
    7474        //*** Declarations
    7575        void CodeGenerator::visit( FunctionDecl *functionDecl ) {
     
    113113
    114114                if ( ! memb.empty() ) {
    115                         output << endl << indent << "{" << endl;
     115                        output << " {" << endl;
    116116
    117117                        cur_indent += CodeGenerator::tabsize;
Note: See TracChangeset for help on using the changeset viewer.