Changeset 9243a501 for src/SynTree/ObjectDecl.cc
- Timestamp:
- May 4, 2016, 12:17:25 PM (9 years ago)
- 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, with_gc
- Children:
- 7cc6bd6, bb8ea30
- Parents:
- 60089f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/ObjectDecl.cc
r60089f4 r9243a501 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Rob Schluntz 12 // Last Modified On : Tue Apr 26 12:53:13201612 // Last Modified On : Wed May 04 12:11:56 2016 13 13 // Update Count : 30 14 14 // … … 56 56 57 57 if ( init ) { 58 os << std::string(indent, ' '); 58 59 os << " with initializer "; 59 60 init->print( os, indent ); … … 61 62 62 63 if ( bitfieldWidth ) { 64 os << std::string(indent, ' '); 63 65 os << " with bitfield width "; 64 66 bitfieldWidth->print( os );
Note:
See TracChangeset
for help on using the changeset viewer.