[PATCH] D61974: [ObjC] Fix encoding of ObjC pointer types that are pointers to typedefs
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 29 14:29:51 PDT 2019
ahatanak added a comment.
In D61974#1521334 <https://reviews.llvm.org/D61974#1521334>, @theraven wrote:
> LGTM. I wonder if we have any other ugly GCC bug compatibility parts in clang's Objective-C implementation...
I see a couple of FIXME comments in ASTContext.cpp that seem to suggest clang is copying gcc's behavior that is possibly incorrect.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61974/new/
https://reviews.llvm.org/D61974
More information about the cfe-commits
mailing list