[all-commits] [llvm/llvm-project] 658874: [clang][Interp] Handle unknown-size arrays better ...

Timm Baeder via All-commits all-commits at lists.llvm.org
Thu Oct 26 04:54:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 658874e084e594f9881d5f1d004fba54d0a44d85
      https://github.com/llvm/llvm-project/commit/658874e084e594f9881d5f1d004fba54d0a44d85
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2023-10-26 (Thu, 26 Oct 2023)

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeExprGen.cpp
    M clang/lib/AST/Interp/EvalEmitter.cpp
    M clang/lib/AST/Interp/Interp.cpp
    M clang/lib/AST/Interp/Interp.h
    M clang/lib/AST/Interp/Opcodes.td
    M clang/test/AST/Interp/arrays.cpp

  Log Message:
  -----------
  [clang][Interp] Handle unknown-size arrays better (#68868)

We unfortunately actually need to do some checks for array-to-pointer
decays it seems.




More information about the All-commits mailing list