[PATCH] D52674: [AST] Add Obj-C discriminator to MS ABI RTTI

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 13 16:59:33 PST 2018


rjmccall added a comment.

I'm not worried about the mangler being re-used for multiple declarations, I'm worried about a global flag changing how we mangle all components of a type when we only mean to change it at the top level.


Repository:
  rC Clang

https://reviews.llvm.org/D52674





More information about the cfe-commits mailing list