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 f58e648 commit b656e94Copy full SHA for b656e94
clang/include/clang/Basic/AttrDocs.td
@@ -8559,7 +8559,7 @@ when building with ``-fsanitize=signed-integer-overflow``:
8559
8560
``wraps`` may also be used with function parameters or declarations of
8561
variables as well as members of structures. Using ``wraps`` on non-integer
8562
-types will result in a `-Wuseless-wraps-attribute`. One may disable this
+types will result in a ``-Wuseless-wraps-attribute``. One may disable this
8563
warning with ``-Wno-useless-wraps-attribute``.
8564
8565
``wraps`` persists through implicit type promotions and will be applied to the
0 commit comments