[all-commits] [llvm/llvm-project] 60eb9b: [clang][bytecode] Fix reinterpret casts of two non...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Sep 6 21:16:24 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60eb9b214cdcf482069ac4d5da9490b3bbd81b6a
https://github.com/llvm/llvm-project/commit/60eb9b214cdcf482069ac4d5da9490b3bbd81b6a
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2024-09-07 (Sat, 07 Sep 2024)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
Log Message:
-----------
[clang][bytecode] Fix reinterpret casts of two non-primitive types (#107564)
We don't want to allow e.g. cast from a record to an array or the other
way arround.
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