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 5dc0f37 commit 631496bCopy full SHA for 631496b
clang-tools-extra/docs/ReleaseNotes.rst
@@ -319,10 +319,9 @@ Changes in existing checks
319
- ``for`` loops are supported.
320
321
- Improved :doc:`misc-const-correctness
322
- <clang-tidy/checks/misc/const-correctness>` check by fixing false positives
323
- of function pointer.
324
<clang-tidy/checks/misc/const-correctness>` check to avoid false
325
- positives when pointers is tranferred to non-const references.
+ positives when pointers is tranferred to non-const references and check by fixing false positives
+ of function pointer.
326
327
- Improved :doc:`misc-header-include-cycle
328
<clang-tidy/checks/misc/header-include-cycle>` check performance.
0 commit comments