[Lldb-commits] [clang] [lldb] [Clang] Introduce OverflowBehaviorType for fine-grained overflow control (PR #148914)

2025-10-18 Thread Miguel Ojeda via lldb-commits
ojeda wrote: > Looking at Rust's arithmetic, there is just simply _no_ mismatched bit widths > allowed. Things need to be explicitly cast, so there is no ambiguity about > bit width. Going all the way to this requirement feels like the furthest > swing away from usability in C, especially with

[Lldb-commits] [clang] [lldb] [Clang] Introduce OverflowBehaviorType for fine-grained overflow control (PR #148914)

2025-10-01 Thread Miguel Ojeda via lldb-commits
ojeda wrote: Agreed, some people in the committee wanted/want a feature like that, but it is hard to say what form it would take, if any. https://github.com/llvm/llvm-project/pull/148914 ___ lldb-commits mailing list [email protected] https: