Changes in src/AST/Print.cpp [056bee8:257a8f5]
- File:
-
- 1 edited
-
src/AST/Print.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Print.cpp
r056bee8 r257a8f5 369 369 --indent; 370 370 } 371 }372 373 if ( ! node->withExprs.empty() ) {374 // Not with a clause, but the 'with clause'.375 ++indent;376 os << " with clause" << endl << indent;377 printAll( node->withExprs );378 --indent;379 371 } 380 372
Note:
See TracChangeset
for help on using the changeset viewer.