Changes in src/Tuples/Tuples.h [11df881:b507dcd]
- File:
-
- 1 edited
-
src/Tuples/Tuples.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/Tuples.h
r11df881 rb507dcd 32 32 void handleTupleAssignment( ResolvExpr::AlternativeFinder & currentFinder, UntypedExpr * assign, 33 33 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, 36 36 std::vector< ResolvExpr::CandidateFinder > & args ); 37 37 … … 43 43 /// replaces tuple-related elements, such as TupleType, TupleExpr, TupleAssignExpr, etc. 44 44 void expandTuples( std::list< Declaration * > & translationUnit ); 45 void expandTuples( ast::TranslationUnit & translaionUnit ); 45 46 46 47 /// replaces UniqueExprs with a temporary variable and one call
Note:
See TracChangeset
for help on using the changeset viewer.