Ignore:
Timestamp:
Nov 18, 2024, 3:43:38 PM (4 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
29075d1
Parents:
0dffe91
Message:

With{Stmts,Decls}ToAdd? how has an -X version like WithSymbolTableX. Although these -X versions might be useful can could possibly be removed in the future. (This is a therapy commit.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tuples/TupleExpansion.cpp

    r0dffe91 red96731  
    2828};
    2929
    30 struct UniqueExprExpander final : public ast::WithDeclsToAdd<> {
     30struct UniqueExprExpander final : public ast::WithDeclsToAdd {
    3131        const ast::Expr * postvisit( const ast::UniqueExpr * unqExpr );
    3232        // Not a vector, because they may not be adding in increasing order.
     
    3737struct TupleMainExpander final :
    3838                public ast::WithCodeLocation,
    39                 public ast::WithDeclsToAdd<>,
     39                public ast::WithDeclsToAdd,
    4040                public ast::WithGuards,
    4141                public ast::WithVisitorRef<TupleMainExpander> {
Note: See TracChangeset for help on using the changeset viewer.