[PATCH] D52581: [AST] Revert mangling changes from r339428

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 1 14:23:40 PDT 2018


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

I think going back to the old mangling makes sense.

Regarding memory management, I assume that the C++ code is just forward declaring objective C class and interface types so it can pass them around by pointer. It's not going to do ARC, obviously, but it should be safe enough.


Repository:
  rC Clang

https://reviews.llvm.org/D52581





More information about the cfe-commits mailing list