[clang] [Clang] add wraps and no_wraps attributes (PR #115094)

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 5 18:04:22 PST 2024


================
@@ -67,9 +67,11 @@ types specified within an ignorelist.
     int a = 2147483647; // INT_MAX
     ++a;                // Normally, an overflow with -fsanitize=signed-integer-overflow
   }
+
----------------
vitalybuka wrote:

Please do unrelated fixes in separate PRs.

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


More information about the cfe-commits mailing list