[clang] [lldb] [Clang] Introduce OverflowBehaviorType for fine-grained overflow control (PR #148914)
Matheus Izvekov via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 24 11:04:25 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)
----------------
mizvekov wrote:
Though please prefer an enum class.
https://github.com/llvm/llvm-project/pull/148914
More information about the cfe-commits
mailing list