- Timestamp:
- Jun 25, 2020, 5:00:18 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 276f105
- Parents:
- 8ff586c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/AST/Convert.cpp ¶
r8ff586c r81da70a5 593 593 auto res = tgtInferParams.emplace(srcParam.first, ParamEntry( 594 594 srcParam.second.decl, 595 get<Declaration>().accept1(srcParam.second.declptr) ,595 get<Declaration>().accept1(srcParam.second.declptr)->clone(), 596 596 get<Type>().accept1(srcParam.second.actualType), 597 597 get<Type>().accept1(srcParam.second.formalType),
Note: See TracChangeset
for help on using the changeset viewer.