Changeset 99d4584 for src/SynTree


Ignore:
Timestamp:
Jun 5, 2019, 5:58:38 PM (6 years ago)
Author:
Aaron Moss <a3moss@…>
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
Message:

Further stubs for resolver port

  • also switched order of constructor params on Indenter
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/BaseSyntaxNode.h

    r2a8f0c1 r99d4584  
    4141  /// * Expressions should not finish with a newline, since the expression's parent has better information.
    4242        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  // }
    4646};
    4747
Note: See TracChangeset for help on using the changeset viewer.