[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
Thu Feb 12 07:38:33 PST 2026


================
@@ -2644,6 +2650,7 @@ class alignas(TypeAlignment) Type : public ExtQualsTypeCommonBase {
   bool isSubscriptableVectorType() const;
   bool isMatrixType() const;                    // Matrix type.
   bool isConstantMatrixType() const;            // Constant matrix type.
+  bool isOverflowBehaviorType() const;          // __attribute__((no_sanitize))
----------------
JustinStitt wrote:

fixed in [36d6ed6](https://github.com/llvm/llvm-project/pull/148914/commits/36d6ed6e31c95dcc3b58720bc8874cda4b9b6ca5)

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


More information about the lldb-commits mailing list