Ignore:
Timestamp:
Mar 25, 2025, 7:53:02 PM (9 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
379b6ea
Parents:
d73e667
Message:

Removed two unused fields from StmtExpr, returnDecls and dtors, and refactored computeResult to set resultExpr when it can be found at that time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.impl.hpp

    rd73e667 r446dde5  
    16971697                }
    16981698                maybe_accept( node, &StmtExpr::stmts       );
    1699                 maybe_accept( node, &StmtExpr::returnDecls );
    1700                 maybe_accept( node, &StmtExpr::dtors       );
    17011699        }
    17021700
Note: See TracChangeset for help on using the changeset viewer.