[PATCH] D42614: AST: support ObjC lifetime qualifiers in MS ABI

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 29 10:10:38 PST 2018


rjmccall added a comment.

In https://reviews.llvm.org/D42614#990808, @compnerd wrote:

> Hmm, the only thing that we could fake would be namespaces on the parameter types.  Is that better?  I'm not tied to re-using the existing mangling.


I'm just worried about re-using the existing mangling causing a problem in the long run.  If you're certain that it would never be sensical to talk about e.g. a cli::pin_ptr<__strong id>, then ok.


Repository:
  rC Clang

https://reviews.llvm.org/D42614





More information about the cfe-commits mailing list