[clang] [Clang] add wraps and no_wraps attributes (PR #115094)
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 8 13:40:46 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:
Yes, I'ts about spaces. Even if it's useful change just create a new PR. Even from web UI. If you had commit access, no review is needed.
https://github.com/llvm/llvm-project/pull/115094
More information about the cfe-commits
mailing list