Changeset 873ffb7 for src/CodeGen


Ignore:
Timestamp:
Jul 16, 2016, 9:19:33 AM (9 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
20340c2, 7a2c5391
Parents:
cb2e8ce (diff), 5d125e4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.cc

    rcb2e8ce r873ffb7  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Jul  4 20:38:32 2016
    13 // Update Count     : 300
     12// Last Modified On : Fri Jul 15 15:53:15 2016
     13// Update Count     : 306
    1414//
    1515
     
    166166
    167167                std::list< Declaration * > &memb = aggDecl->get_members();
    168 
    169168                if ( ! memb.empty() ) {
     169//              if ( aggDecl->has_body() ) {
     170//                      std::list< Declaration * > &memb = aggDecl->get_members();
    170171                        output << " {" << endl;
    171172
Note: See TracChangeset for help on using the changeset viewer.