We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5515eb commit 3a8593dCopy full SHA for 3a8593d
clang/include/clang/Basic/AttrDocs.td
@@ -8743,7 +8743,7 @@ when building with ``-fsanitize=signed-integer-overflow``:
8743
8744
``wraps`` may also be used with function parameters or declarations of
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
+types will result in a ``-Wuseless-wraps-attribute``. One may disable this
8747
warning with ``-Wno-useless-wraps-attribute``.
8748
8749
``wraps`` persists through implicit type promotions and will be applied to the
0 commit comments