[all-commits] [llvm/llvm-project] fadd87: [clang][bytecode] Check that a ltor cast to a comp...

Timm Baeder via All-commits all-commits at lists.llvm.org
Mon Aug 25 20:38:46 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fadd87ed9fec13f841670d880d5c8532be480bb8
      https://github.com/llvm/llvm-project/commit/fadd87ed9fec13f841670d880d5c8532be480bb8
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2025-08-26 (Tue, 26 Aug 2025)

  Changed paths:
    M clang/lib/AST/ByteCode/Pointer.cpp
    M clang/test/AST/ByteCode/c.c

  Log Message:
  -----------
  [clang][bytecode] Check that a ltor cast to a complex value is possible (#155152)

When we get to this point, the pointer might _not_ be backed by a
primitive array, so the later code will fail.

Fixes #155144



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