Changeset 99d4584 for src/SynTree
- Timestamp:
- Jun 5, 2019, 5:58:38 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 3cd5fdd
- Parents:
- 2a8f0c1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/BaseSyntaxNode.h
r2a8f0c1 r99d4584 41 41 /// * Expressions should not finish with a newline, since the expression's parent has better information. 42 42 virtual void print( std::ostream & os, Indenter indent = {} ) const = 0; 43 void print( std::ostream & os, unsigned int indent ) {44 print( os, Indenter{ Indenter::tabsize,indent });45 }43 // void print( std::ostream & os, unsigned int indent ) { 44 // print( os, Indenter{ indent }); 45 // } 46 46 }; 47 47
Note:
See TracChangeset
for help on using the changeset viewer.