Changeset dbf5e18 for src/InitTweak/InitTweak.cc
- Timestamp:
- Jul 17, 2023, 9:24:46 AM (2 years ago)
- Branches:
- master
- Children:
- 7ed01be
- Parents:
- 847ab8f (diff), 0d7fc00 (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
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.cc
r847ab8f rdbf5e18 882 882 if (!assign) { 883 883 auto td = new ast::TypeDecl(CodeLocation(), "T", {}, nullptr, ast::TypeDecl::Dtype, true); 884 assign = new ast::FunctionDecl(CodeLocation(), "?=?", { },884 assign = new ast::FunctionDecl(CodeLocation(), "?=?", {td}, 885 885 { new ast::ObjectDecl(CodeLocation(), "_dst", new ast::ReferenceType(new ast::TypeInstType("T", td))), 886 886 new ast::ObjectDecl(CodeLocation(), "_src", new ast::TypeInstType("T", td))},
Note:
See TracChangeset
for help on using the changeset viewer.