[all-commits] [llvm/llvm-project] 1abb0e: [clang][bytecode] Check builtins for number intege...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Apr 28 03:44:31 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1abb0e87374138e187de151f61b623b4f03f288c
https://github.com/llvm/llvm-project/commit/1abb0e87374138e187de151f61b623b4f03f288c
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)
Changed paths:
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/test/AST/ByteCode/builtins.c
Log Message:
-----------
[clang][bytecode] Check builtins for number integers (#194324)
This is unfortunate, but since integers can now also be pointers, we
need to check for this everywhere when evaluating builtin functions.
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