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 2805028 commit a228f46Copy full SHA for a228f46
clang/docs/ReleaseNotes.rst
@@ -684,7 +684,7 @@ Improvements to Clang's diagnostics
684
}
685
686
- Clang now emits a ``-Wtautological-compare`` diagnostic when a check for
687
- pointer additional overflow is always true or false, because overflow would
+ pointer addition overflow is always true or false, because overflow would
688
be undefined behavior.
689
690
.. code-block:: c++
0 commit comments