Ignore:
Timestamp:
May 13, 2016, 1:22:24 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, with_gc
Children:
d668182
Parents:
9243a501
Message:

fix printing for ArrayType, Expression, Initializer, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/ObjectDecl.cc

    r9243a501 rbb8ea30  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Rob Schluntz
    12 // Last Modified On : Wed May 04 12:11:56 2016
     12// Last Modified On : Fri May 13 13:20:17 2016
    1313// Update Count     : 30
    1414//
     
    5656
    5757        if ( init ) {
    58                 os << std::string(indent, ' ');
    5958                os << " with initializer ";
    6059                init->print( os, indent );
Note: See TracChangeset for help on using the changeset viewer.