Changeset 446dde5 for src/AST/Print.cpp
- Timestamp:
- Mar 25, 2025, 7:53:02 PM (9 months ago)
- Branches:
- master
- Children:
- 379b6ea
- Parents:
- d73e667
- File:
-
- 1 edited
-
src/AST/Print.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Print.cpp
rd73e667 r446dde5 1406 1406 os << "Statement Expression:" << endl << indent; 1407 1407 safe_print( node->stmts ); 1408 if ( ! node->returnDecls.empty() ) {1409 os << indent << "... with returnDecls: ";1410 printAll( node->returnDecls );1411 }1412 if ( ! node->dtors.empty() ) {1413 os << indent << "... with dtors: ";1414 printAll( node->dtors );1415 }1416 1408 --indent; 1417 1409 postprint( node );
Note:
See TracChangeset
for help on using the changeset viewer.