[all-commits] [llvm/llvm-project] 0bc816: [clang][bytecode] Fix reinterpret_casts from point...

Timm Baeder via All-commits all-commits at lists.llvm.org
Mon Sep 16 08:35:59 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0bc8168070677ef08d58864477d95ebdef917d0c
      https://github.com/llvm/llvm-project/commit/0bc8168070677ef08d58864477d95ebdef917d0c
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2024-09-16 (Mon, 16 Sep 2024)

  Changed paths:
    M clang/lib/AST/ByteCode/Compiler.cpp
    M clang/test/AST/ByteCode/invalid.cpp

  Log Message:
  -----------
  [clang][bytecode] Fix reinterpret_casts from pointer to non-pointers (#108811)

We need to be a little more careful here with whether or nor we are able
to do the cast at all or not.



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