[PATCH] D110068: [Clang][AST] Resolve FIXME: Remove ObjCObjectPointer from isSpecifierType

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 7 10:45:50 PDT 2021


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

`id` is a typedef and `@class` is an `ObjCInterface` now, so it looks like it's safe to remove `ObjCObjectPointer` case then.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110068/new/

https://reviews.llvm.org/D110068



More information about the cfe-commits mailing list