Changeset 5a40e4e for src/Tuples/Tuples.h
- Timestamp:
- Sep 9, 2021, 3:56:32 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- d0b9247
- Parents:
- dd1cc02 (diff), d8d512e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/Tuples/Tuples.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/Tuples.h
rdd1cc02 r5a40e4e 9 9 // Author : Rodolfo G. Esteves 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Andrew Beach12 // Last Modified On : Tue Jun 18 09:36:00 201913 // Update Count : 1 811 // Last Modified By : Henry Xue 12 // Last Modified On : Mon Aug 23 15:36:09 2021 13 // Update Count : 19 14 14 // 15 15 … … 39 39 /// expands z.[a, b.[x, y], c] into [z.a, z.b.x, z.b.y, z.c], inserting UniqueExprs as appropriate 40 40 void expandMemberTuples( std::list< Declaration * > & translationUnit ); 41 void expandMemberTuples( ast::TranslationUnit & translationUnit ); 41 42 42 43 /// replaces tuple-related elements, such as TupleType, TupleExpr, TupleAssignExpr, etc.
Note:
See TracChangeset
for help on using the changeset viewer.