Changeset cd623a4 for src/SynTree
- Timestamp:
- Jun 7, 2015, 7:59:43 AM (10 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, string, with_gc
- Children:
- 5f2f2d7
- Parents:
- 59db689
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/SynTree/Expression.cc ¶
r59db689 rcd623a4 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat Jun 6 14:13:39201513 // Update Count : 1 412 // Last Modified On : Sat Jun 6 23:43:22 2015 13 // Update Count : 15 14 14 // 15 15 … … 72 72 73 73 void ConstantExpr::print( std::ostream &os, int indent ) const { 74 os << std::string( indent, ' ' ) <<"constant expression: " ;74 os << "constant expression: " ; 75 75 constant.print( os ); 76 76 Expression::print( os, indent );
Note: See TracChangeset
for help on using the changeset viewer.