Changeset 81da70a5 for src/AST


Ignore:
Timestamp:
Jun 25, 2020, 5:00:18 PM (4 years ago)
Author:
Fangren Yu <f37yu@…>
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
Message:

actually fill inferred params and disable a check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Convert.cpp

    r8ff586c r81da70a5  
    593593                                auto res = tgtInferParams.emplace(srcParam.first, ParamEntry(
    594594                                        srcParam.second.decl,
    595                                         get<Declaration>().accept1(srcParam.second.declptr),
     595                                        get<Declaration>().accept1(srcParam.second.declptr)->clone(),
    596596                                        get<Type>().accept1(srcParam.second.actualType),
    597597                                        get<Type>().accept1(srcParam.second.formalType),
Note: See TracChangeset for help on using the changeset viewer.