[all-commits] [llvm/llvm-project] 120740: [clang][Interp] reinterpret casts aren't always fa...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sun Aug 4 23:17:40 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 120740b16c27c12ce989793c2e1a95ac564f25b8
https://github.com/llvm/llvm-project/commit/120740b16c27c12ce989793c2e1a95ac564f25b8
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M clang/lib/AST/Interp/Compiler.cpp
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/Opcodes.td
M clang/test/AST/Interp/codegen.cpp
Log Message:
-----------
[clang][Interp] reinterpret casts aren't always fatal (#101900)
The current interpreter emits the diagnostic and continues, so do the
same.
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