[Clang][AST] Resolve FIXME: Remove ObjCObjectPointer from
authorAlfonso Gregory <gfunni234@gmail.com>
Wed, 20 Oct 2021 17:29:02 +0000 (10:29 -0700)
committerAkira Hatanaka <ahatanaka@apple.com>
Wed, 20 Oct 2021 17:32:46 +0000 (10:32 -0700)
commit2caf7571e1020ae1024ab3f2d52ecc9aea85687d
tree8f182f71cc564d7dadbb2bb6f8a110f14ed07cb7
parent08ed216000b6503a4a4be52f18394d008d5fb8f4
[Clang][AST] Resolve FIXME: Remove ObjCObjectPointer from
isSpecifierType

There is no reason to have this here, (since all tests pass) and it
isn't even a specifier anyway. We can just treat it as a pointer
instead.

Differential Revision: https://reviews.llvm.org/D110068
clang/lib/AST/DeclPrinter.cpp
clang/lib/AST/Type.cpp