File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8743,8 +8743,8 @@ when building with ``-fsanitize=signed-integer-overflow``:
8743
8743
8744
8744
``wraps`` may also be used with function parameters or declarations of
8745
8745
variables as well as members of structures. Using ``wraps`` on non-integer
8746
- types will result in a ``-Wuseless-wraps-attribute``. One may disable this
8747
- warning with ``-Wno-useless-wraps-attribute``.
8746
+ types will result in a ``-Wuseless-wraps-attribute`` warning . One may disable
8747
+ this warning with ``-Wno-useless-wraps-attribute``.
8748
8748
8749
8749
``wraps`` persists through implicit type promotions and will be applied to the
8750
8750
result type of arithmetic expressions containing a wrapping operand.
You can’t perform that action at this time.
0 commit comments