[PATCH] D44908: [ObjC++] Make parameter passing and function return compatible with ObjC
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 26 17:10:43 PDT 2018
rjmccall added a comment.
I think it's reasonable to pull that into LangOpts. It would need to be in LangOpts anyway if we e.g. fixed an ABI bug in struct layout and needed a compatibility handling to preserve the old behavior.
Repository:
rC Clang
https://reviews.llvm.org/D44908
More information about the cfe-commits
mailing list