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

Justin Stitt via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 6 11:17:54 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
   }
+
----------------
JustinStitt wrote:

The wraps docs reference the SSCL docs and I fixed some whitespace in the example to make it more readable.

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


More information about the cfe-commits mailing list