Changeset bc179fd3 for src/CodeTools
- Timestamp:
- Jun 1, 2021, 3:18:40 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 62006a3
- Parents:
- 1f68d5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeTools/ResolvProtoDump.cc
r1f68d5d rbc179fd3 746 746 // print child scopes 747 747 ++indent; 748 for ( const P assVisitor<ProtoDump>& s : subs ) {748 for ( const ProtoDump & s : subs ) { 749 749 std::cout << tab << '{' << std::endl; 750 s.p ass.print( indent );750 s.print( indent ); 751 751 std::cout << tab << '}' << std::endl; 752 752 }
Note:
See TracChangeset
for help on using the changeset viewer.