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 a6cd351 commit 46ee530Copy full SHA for 46ee530
clang-tools-extra/docs/ReleaseNotes.rst
@@ -149,9 +149,7 @@ Changes in existing checks
149
- Improved :doc: `bugprone-sizeof-expression
150
<clang-tidy/checks/bugprone/bugprone-sizeof-expression>` check by adding
151
`WarnOnSizeOfInLoopTermination` option to detect misuses of ``sizeof``
152
- expression in loop conditions. The check detects the use of ``sizeof``
153
- opertaor to determine the number of elements in the array, where the
154
- array size is higher than the number of elements in the array.
+ expression in loop conditions.
155
156
- Improved :doc:`bugprone-string-constructor
157
<clang-tidy/checks/bugprone/string-constructor>` check to find suspicious
0 commit comments