[PATCH] D42614: AST: support ObjC lifetime qualifiers in MS ABI
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 7 22:43:08 PST 2018
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
In https://reviews.llvm.org/D42614#1001279, @compnerd wrote:
> @rjmccall, I've updated the approach and no longer abuse the existing decoration styles. This uses a custom namespace with artificial types to differentiate the types. I've also ensured that the parameter types do not encode the type information.
Alright, thanks, LGTM.
Repository:
rC Clang
https://reviews.llvm.org/D42614
More information about the cfe-commits
mailing list