[all-commits] [llvm/llvm-project] 2caf75: [Clang][AST] Resolve FIXME: Remove ObjCObjectPoint...

Rose via All-commits all-commits at lists.llvm.org
Wed Oct 20 10:35:15 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2caf7571e1020ae1024ab3f2d52ecc9aea85687d
      https://github.com/llvm/llvm-project/commit/2caf7571e1020ae1024ab3f2d52ecc9aea85687d
  Author: Alfonso Gregory <gfunni234 at gmail.com>
  Date:   2021-10-20 (Wed, 20 Oct 2021)

  Changed paths:
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/Type.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list