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 29f6adc commit f2d5fb0Copy full SHA for f2d5fb0
clang-tools-extra/docs/ReleaseNotes.rst
@@ -248,8 +248,8 @@ Changes in existing checks
248
<clang-tidy/checks/misc/use-internal-linkage>` check to insert ``static``
249
keyword before type qualifiers such as ``const`` and ``volatile`` and fix
250
false positives for function declaration without body and fix false positives
251
- for C++20 export declarations and fix false positives
252
- for global scoped overloaded ``operator new`` and ``operator delete``.
+ for C++20 export declarations and fix false positives for global scoped
+ overloaded ``operator new`` and ``operator delete``.
253
254
- Improved :doc:`modernize-avoid-c-arrays
255
<clang-tidy/checks/modernize/avoid-c-arrays>` check to suggest using
0 commit comments