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 e7f311c commit 7f0b884Copy full SHA for 7f0b884
clang-tools-extra/docs/ReleaseNotes.rst
@@ -318,13 +318,13 @@ Changes in existing checks
318
319
- ``for`` loops are supported.
320
321
-- Improved :doc:`misc-header-include-cycle
322
- <clang-tidy/checks/misc/header-include-cycle>` check performance.
323
-
324
- Improved :doc:`misc-const-correctness
325
<clang-tidy/checks/misc/const-correctness>` check by fixing false positives
326
of function pointer.
327
+- Improved :doc:`misc-header-include-cycle
+ <clang-tidy/checks/misc/header-include-cycle>` check performance.
+
328
- Improved :doc:`modernize-avoid-c-arrays
329
<clang-tidy/checks/modernize/avoid-c-arrays>` to not diagnose array types
330
which are part of an implicit instantiation of a template.
0 commit comments