Skip to content

Commit 1e54abf

Browse files
committed
fix issues in release notes
1 parent 715df30 commit 1e54abf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,18 @@ Changes in existing checks
132132
<clang-tidy/checks/misc/redundant-expression>` check by providing additional
133133
examples and fixing some macro related false positives.
134134

135-
- Improved :doc:`modernize-use-ranges
136-
<clang-tidy/checks/modernize/use-ranges>` check by updating suppress
137-
warnings logic for ``nullptr`` in ``std::find``.
138-
139-
- Improved :doc:`misc-unused-using-decls
135+
- Improved :doc:`misc-unused-using-decls
140136
<clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
141137
on ``operator""`` with template parameters.
142138

143139
- Improved :doc:`misc-use-internal-linkage
144140
<clang-tidy/checks/misc/use-internal-linkage>` check by fix false positives
145141
for function or variable in header file which contains macro expansion.
146142

143+
- Improved :doc:`modernize-use-ranges
144+
<clang-tidy/checks/modernize/use-ranges>` check by updating suppress
145+
warnings logic for ``nullptr`` in ``std::find``.
146+
147147
- Improved :doc:`modernize-use-starts-ends-with
148148
<clang-tidy/checks/modernize/use-starts-ends-with>` check by adding more
149149
matched scenarios of ``find`` and ``rfind`` methods and fixing false

0 commit comments

Comments
 (0)