[all-commits] [llvm/llvm-project] 1c1066: [AST] Simplify Type::isSizelessBuiltinType(). NFC.

Jim Lin via All-commits all-commits at lists.llvm.org
Tue Aug 1 19:47:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c1066797c5bb56616dc485b596fd40d5f03ece2
      https://github.com/llvm/llvm-project/commit/1c1066797c5bb56616dc485b596fd40d5f03ece2
  Author: Jim Lin <jim at andestech.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

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

  Log Message:
  -----------
  [AST] Simplify Type::isSizelessBuiltinType(). NFC.

Reuse isSVESizelessBuiltinType() and isRVVSizelessBuiltinType().

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D156686




More information about the All-commits mailing list