Changeset 8404321 for src/SymTab/Autogen.cc
- Timestamp:
- Sep 27, 2017, 4:25:19 PM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 4e66a18
- Parents:
- 75626a1
- git-author:
- Rob Schluntz <rschlunt@…> (09/27/17 15:53:12)
- git-committer:
- Rob Schluntz <rschlunt@…> (09/27/17 16:25:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Autogen.cc
r75626a1 r8404321 119 119 ObjectDecl *dstParam = new ObjectDecl( "_dst", Type::StorageClasses(), LinkageSpec::Cforall, nullptr, new ReferenceType( Type::Qualifiers(), paramType->clone() ), nullptr ); 120 120 ftype->get_parameters().push_back( dstParam ); 121 122 121 return ftype; 123 122 }
Note: See TracChangeset
for help on using the changeset viewer.