Changeset 4817662 for src/main.cc


Ignore:
Timestamp:
Oct 9, 2023, 7:43:54 AM (9 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
0d49efb
Parents:
8bc67cf (diff), d3652df (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/main.cc

    r8bc67cf r4817662  
    6262#include "Parser/RunParser.hpp"             // for buildList, dumpParseTree,...
    6363#include "ResolvExpr/CandidatePrinter.hpp"  // for printCandidates
     64#include "ResolvExpr/EraseWith.hpp"         // for eraseWith
    6465#include "ResolvExpr/Resolver.h"            // for resolve
    6566#include "SynTree/LinkageSpec.h"            // for Spec, Cforall, Intrinsic
     
    396397
    397398                PASS( "Fix Init", InitTweak::fix, transUnit, buildingLibrary() );
     399                PASS( "Erase With", ResolvExpr::eraseWith, transUnit );
    398400
    399401                // fix ObjectDecl - replaces ConstructorInit nodes
Note: See TracChangeset for help on using the changeset viewer.