Changeset 01d433e for src/Tuples/Tuples.h
- Timestamp:
- Aug 18, 2021, 1:15:22 PM (22 months ago)
- Branches:
- ADT, enum, forall-pointer-decay, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- bb9924c
- Parents:
- 6d63c14
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/Tuples.h
r6d63c14 r01d433e 45 45 /// replaces UniqueExprs with a temporary variable and one call 46 46 void expandUniqueExpr( std::list< Declaration * > & translationUnit ); 47 void expandUniqueExpr( ast::TranslationUnit & translationUnit ); 47 48 48 49 /// returns VoidType if any of the expressions have Voidtype, otherwise TupleType of the Expression result types
Note: See TracChangeset
for help on using the changeset viewer.