Changeset 379b6ea for src/AST/Print.cpp


Ignore:
Timestamp:
Mar 26, 2025, 9:42:02 AM (6 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
30bf6bf, b1c220a
Parents:
8ef0bf7 (diff), 446dde5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Print.cpp

    r8ef0bf7 r379b6ea  
    14061406                os << "Statement Expression:" << endl << indent;
    14071407                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                 }
    14161408                --indent;
    14171409                postprint( node );
Note: See TracChangeset for help on using the changeset viewer.