[all-commits] [llvm/llvm-project] c3329b: [clang][Interp][NFC] Limit Pointer::isArrayElement...

Timm Baeder via All-commits all-commits at lists.llvm.org
Wed Nov 15 04:40:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c3329b1cac3158bba62aab14d648b9dc615f8c67
      https://github.com/llvm/llvm-project/commit/c3329b1cac3158bba62aab14d648b9dc615f8c67
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-11-15 (Wed, 15 Nov 2023)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Limit Pointer::isArrayElement() to actual arrays

Similar to what we do in isArrayRoot() - only return true here if the
Pointee is actually of array type.




More information about the All-commits mailing list