[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:18 PDT 2024
================
@@ -4077,6 +4077,9 @@ class BinaryOperator : public Expr {
static unsigned sizeOfTrailingObjects(bool HasFPFeatures) {
return HasFPFeatures * sizeof(FPOptionsOverride);
}
+
+ /// Do one of the subexpressions have the wraps attribute?
----------------
bwendling wrote:
s/Do/Does/
https://github.com/llvm/llvm-project/pull/86618
More information about the cfe-commits
mailing list