[PATCH] D110068: [Clang][AST] Resolve FIXME: Remove ObjCObjectPointer from isSpecifierType
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 27 20:25:42 PDT 2021
rjmccall added a comment.
`ObjCObjectPointerType` used to have a much weirder representation for the builtin object types like `id` and `Class`, and it's possible that this was an artifact of that. Otherwise I'm not sure, sorry.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110068/new/
https://reviews.llvm.org/D110068
More information about the cfe-commits
mailing list