[all-commits] [llvm/llvm-project] 435225: [clang][Interp][NFC] Remove an unnecessary isArray...

Timm Bäder via All-commits all-commits at lists.llvm.org
Fri Jan 27 00:03:02 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 435225c6e2f860ecc53fcd65e193f832569d090e
      https://github.com/llvm/llvm-project/commit/435225c6e2f860ecc53fcd65e193f832569d090e
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-01-27 (Fri, 27 Jan 2023)

  Changed paths:
    M clang/lib/AST/Interp/Pointer.cpp

  Log Message:
  -----------
  [clang][Interp][NFC] Remove an unnecessary isArray() check

We already do an isPrimitiveArray() check, so no need for the isArray()
check.




More information about the All-commits mailing list