Changeset ccb447e for src/CodeGen
- Timestamp:
- Jul 22, 2016, 2:06:04 PM (9 years ago)
- 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:
- 72e9222
- Parents:
- 6cf27a07 (diff), 31e46b8 (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. - File:
-
- 1 edited
-
src/CodeGen/CodeGenerator.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.cc
r6cf27a07 rccb447e 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jul 4 20:38:32201613 // Update Count : 30 012 // Last Modified On : Fri Jul 15 15:53:15 2016 13 // Update Count : 306 14 14 // 15 15 … … 166 166 167 167 std::list< Declaration * > &memb = aggDecl->get_members(); 168 169 168 if ( ! memb.empty() ) { 169 // if ( aggDecl->has_body() ) { 170 // std::list< Declaration * > &memb = aggDecl->get_members(); 170 171 output << " {" << endl; 171 172
Note:
See TracChangeset
for help on using the changeset viewer.