[all-commits] [llvm/llvm-project] c51be1: [clang][bytecode] Fix checking for integer overflo...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Wed Apr 30 22:35:55 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c51be1be3ac9c66fc0c598298edd1fd224c1da07
https://github.com/llvm/llvm-project/commit/c51be1be3ac9c66fc0c598298edd1fd224c1da07
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-05-01 (Thu, 01 May 2025)
Changed paths:
M clang/lib/AST/ByteCode/ByteCodeEmitter.h
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/EvalEmitter.h
M clang/lib/AST/ByteCode/Interp.cpp
M clang/test/Sema/integer-overflow.c
Log Message:
-----------
[clang][bytecode] Fix checking for integer overflow (#137962)
We need to evaluate both the True/False expressions of a conditional
operator as well as the LHS/RHS of a binary operator in more cases.
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