[all-commits] [llvm/llvm-project] d01355: [clang][bytecode] Check downcasts for the correct ...

Timm Baeder via All-commits all-commits at lists.llvm.org
Tue May 20 02:19:47 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d01355645b1fece147163e1cfe9f71d9c704860e
      https://github.com/llvm/llvm-project/commit/d01355645b1fece147163e1cfe9f71d9c704860e
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2025-05-20 (Tue, 20 May 2025)

  Changed paths:
    M clang/lib/AST/ByteCode/Compiler.cpp
    M clang/lib/AST/ByteCode/Interp.h
    M clang/lib/AST/ByteCode/Opcodes.td
    M clang/test/AST/ByteCode/records.cpp

  Log Message:
  -----------
  [clang][bytecode] Check downcasts for the correct type (#140689)

In multiple inheritance/diamond scenarios, we might arrive at the wrong
type.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list