ahatanak added a comment.

In https://reviews.llvm.org/D54539#1298949, @rjmccall wrote:

> This should not be changing the actual `@`-encoding value.  If we want to use 
> the `@`-encoding in the symbol name, we can change it when naming the symbol, 
> provided that \1 is not legal in the `@`encoding.


This patch defines a new virtual method getObjCEncodingForBlock, which is 
called only by getBlockDescriptorName. It doesn't change what @encode returns.

Or perhaps I completely misunderstood your comment?


Repository:
  rC Clang

https://reviews.llvm.org/D54539



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to