[llvm-branch-commits] [clang] release/19.x: [ExprConstant] Handle shift overflow the same way as other kinds of overflow (#99579) (PR #100452)

Aaron Ballman via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 29 06:41:50 PDT 2024


AaronBallman wrote:

Just what was hopefully already merged: 
- Clang now diagnoses undefined behavior in constant expressions more consistently. This includes invalid shifts, and signed overflow in arithmetic.

https://github.com/llvm/llvm-project/pull/100452


More information about the llvm-branch-commits mailing list