Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tuples/Tuples.h

    rb507dcd r11df881  
    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 );
    4645
    4746        /// replaces UniqueExprs with a temporary variable and one call
Note: See TracChangeset for help on using the changeset viewer.