Changeset 5f225f5 for src/Tuples


Ignore:
Timestamp:
May 11, 2024, 6:13:16 PM (7 weeks ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
bf4fe05
Parents:
c778ef1
Message:

Perhaps only src/Makefile.am needed to change, but I did a text search to try and be absolutely sure I got everything.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tuples/Tuples.hpp

    rc778ef1 r5f225f5  
    2727namespace Tuples {
    2828
    29 // TupleAssignment.cc
     29// TupleAssignment.cpp
    3030void handleTupleAssignment(
    3131        ResolvExpr::CandidateFinder & finder, const ast::UntypedExpr * assign,
    3232        std::vector< ResolvExpr::CandidateFinder > & args );
    3333
    34 // TupleExpansion.cc
     34// TupleExpansion.cpp
    3535/// Expands z.[a, b.[x, y], c] into [z.a, z.b.x, z.b.y, z.c], inserting UniqueExprs as appropriate.
    3636void expandMemberTuples( ast::TranslationUnit & translationUnit );
Note: See TracChangeset for help on using the changeset viewer.