[Lldb-commits] [clang] [lldb] [Clang] Introduce OverflowBehaviorType for fine-grained overflow control (PR #148914)
John McCall via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 5 11:08:52 PST 2025
rjmccall wrote:
> This isn't different from:
I understand that this doesn't *have* to be seen as different. I am telling you that is practically useful to *make* it different in order to enable incremental adoption of `__ob_trap`, because otherwise you cannot add `__ob_trap` to a parameter in order to force uses of it to be checked within the function without having to deal with potential breakage in every caller of the function.
https://github.com/llvm/llvm-project/pull/148914
More information about the lldb-commits
mailing list