[Lldb-commits] [clang] [lldb] [Clang] Introduce OverflowBehaviorType for fine-grained overflow control (PR #148914)
Justin Stitt via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 24 10:20:40 PDT 2025
================
@@ -359,6 +366,16 @@ class DeclSpec {
LLVM_PREFERRED_TYPE(TQ)
unsigned TypeQualifiers : 5; // Bitwise OR of TQ.
+ // overflow behavior qualifiers
+ LLVM_PREFERRED_TYPE(bool)
----------------
JustinStitt wrote:
Sounds good to me. I'll make the change.
https://github.com/llvm/llvm-project/pull/148914
More information about the lldb-commits
mailing list