[clang] [Clang] Add wraps attribute (for granular integer overflow handling) (PR #86618)
Bill Wendling via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 22 14:47:17 PDT 2024
================
@@ -156,6 +156,10 @@ struct BinOpInfo {
}
return false;
}
+
+ /// Does the BinaryOperator have the wraps attribute?
+ /// If so, we can ellide overflow sanitizer checks.
----------------
bwendling wrote:
s/ellide/elide/
https://github.com/llvm/llvm-project/pull/86618
More information about the cfe-commits
mailing list