[clang] [Clang] add wraps and no_wraps attributes (PR #115094)
Justin Stitt via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 8 14:20:00 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:
I don't have commit access, but I'll revert that whitespace change 👍
https://github.com/llvm/llvm-project/pull/115094
More information about the cfe-commits
mailing list