Changeset aaeacf4 for src/AST/Convert.cpp
- Timestamp:
- Jun 12, 2019, 4:06:32 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 21300d7
- Parents:
- 6e3e0717
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Convert.cpp
r6e3e0717 raaeacf4 579 579 tgtInferParams[srcParam.first] = ParamEntry( 580 580 srcParam.second.decl, 581 get<Declaration>().accept1(srcParam.second.declptr), 581 582 get<Type>().accept1(srcParam.second.actualType), 582 583 get<Type>().accept1(srcParam.second.formalType), … … 2004 2005 tgt[old.first] = ast::ParamEntry( 2005 2006 old.second.decl, 2007 getAccept1<ast::Decl>(old.second.declptr), 2006 2008 getAccept1<ast::Type>(old.second.actualType), 2007 2009 getAccept1<ast::Type>(old.second.formalType),
Note:
See TracChangeset
for help on using the changeset viewer.