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 9d78736 commit 467d0c0Copy full SHA for 467d0c0
llvm/docs/CodingStandards.rst
@@ -591,7 +591,7 @@ rather than C-style casts. There are two exceptions to this:
591
592
* When casting to ``void`` to suppress warnings about unused variables (as an
593
alternative to ``[[maybe_unused]]``). Prefer C-style casts in this instance.
594
- Note that if the variable is unused because its used only in ``assert``, use
+ Note that if the variable is unused because it's used only in ``assert``, use
595
``[[maybe_unused]]`` instead of a C-style void cast.
596
597
* When casting between integral types (including enums that are not strongly-
0 commit comments