[PATCH] D20113: Fix mangled name of method with ns_consumed parameters.

Sylvain Defresne via cfe-commits cfe-commits at lists.llvm.org
Fri May 20 05:11:44 PDT 2016


sdefresne updated this revision to Diff 57924.
sdefresne added a comment.

Ok, this make sense. I've updated my change to follow your recommendation. Can you take another look?

Using 'extern "C" { ... }" would probably not be an option in my case as I want to use "ns_consumed" for the parameter of a templated class (i.e. this probably won't work if using "C" mangling, and I'm not even sure it would compile).


http://reviews.llvm.org/D20113

Files:
  lib/AST/ItaniumMangle.cpp
  test/CodeGenObjCXX/arc-attrs.mm
  test/CodeGenObjCXX/arc-mangle.mm
  test/CodeGenObjCXX/mangle.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20113.57924.patch
Type: text/x-patch
Size: 5278 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160520/81af2f2d/attachment-0001.bin>


More information about the cfe-commits mailing list