Changeset d3652df for src/ResolvExpr


Ignore:
Timestamp:
Oct 8, 2023, 10:31:26 AM (19 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
4817662
Parents:
be8ee65
Message:

Took the new EraseWith? pass out of the box pass. It might be able to go even earlier or folded into an existing pass. C code generation now will not generate WithStmt? nodes.

Location:
src/ResolvExpr
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/ResolvExpr/module.mk

    rbe8ee65 rd3652df  
    7272        ResolvExpr/AlternativePrinter.h \
    7373        ResolvExpr/CandidatePrinter.cpp \
    74         ResolvExpr/CandidatePrinter.hpp
     74        ResolvExpr/CandidatePrinter.hpp \
     75        ResolvExpr/EraseWith.cpp \
     76        ResolvExpr/EraseWith.hpp
    7577
    7678SRCDEMANGLE += $(SRC_RESOLVEXPR)
Note: See TracChangeset for help on using the changeset viewer.