Skip to content

Commit 68e5ec1

Browse files
committed
fix more language in docs
Signed-off-by: Justin Stitt <[email protected]>
1 parent 3a8593d commit 68e5ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8743,8 +8743,8 @@ when building with ``-fsanitize=signed-integer-overflow``:
87438743

87448744
``wraps`` may also be used with function parameters or declarations of
87458745
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``.
87488748

87498749
``wraps`` persists through implicit type promotions and will be applied to the
87508750
result type of arithmetic expressions containing a wrapping operand.

0 commit comments

Comments
 (0)