Ignore:
Timestamp:
Jul 29, 2022, 12:15:29 PM (21 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
ce1d721
Parents:
d0fcc82
Message:

Converted the Expand Tuples pass to the new ast.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tuples/Tuples.h

    rd0fcc82 rb507dcd  
    3232        void handleTupleAssignment( ResolvExpr::AlternativeFinder & currentFinder, UntypedExpr * assign,
    3333                std::vector< ResolvExpr::AlternativeFinder >& args );
    34         void handleTupleAssignment( 
    35                 ResolvExpr::CandidateFinder & finder, const ast::UntypedExpr * assign, 
     34        void handleTupleAssignment(
     35                ResolvExpr::CandidateFinder & finder, const ast::UntypedExpr * assign,
    3636                std::vector< ResolvExpr::CandidateFinder > & args );
    3737
     
    4343        /// replaces tuple-related elements, such as TupleType, TupleExpr, TupleAssignExpr, etc.
    4444        void expandTuples( std::list< Declaration * > & translationUnit );
     45        void expandTuples( ast::TranslationUnit & translaionUnit );
    4546
    4647        /// replaces UniqueExprs with a temporary variable and one call
Note: See TracChangeset for help on using the changeset viewer.