Changeset b82d140 for src/SymTab/Autogen.h
- Timestamp:
- Nov 10, 2020, 12:44:44 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 080b0a1, 883c4d9, f33eab7
- Parents:
- 82a2fed (diff), cdacb73 (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/SymTab/Autogen.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Autogen.h
r82a2fed rb82d140 167 167 fExpr->args.emplace_back( dstParam ); 168 168 169 const ast::Stmt *listInit = srcParam.buildListInit( fExpr );169 ast::ptr<ast::Stmt> listInit = srcParam.buildListInit( fExpr ); 170 170 171 171 // fetch next set of arguments
Note:
See TracChangeset
for help on using the changeset viewer.