Skip to content

Commit 205db73

Browse files
committed
Revert changes in ReleaseNotes.rts
1 parent 1e54abf commit 205db73

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,6 @@ 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:`misc-unused-using-decls
136-
<clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
137-
on ``operator""`` with template parameters.
138-
139-
- Improved :doc:`misc-use-internal-linkage
140-
<clang-tidy/checks/misc/use-internal-linkage>` check by fix false positives
141-
for function or variable in header file which contains macro expansion.
142-
143135
- Improved :doc:`modernize-use-ranges
144136
<clang-tidy/checks/modernize/use-ranges>` check by updating suppress
145137
warnings logic for ``nullptr`` in ``std::find``.
@@ -149,14 +141,22 @@ Changes in existing checks
149141
matched scenarios of ``find`` and ``rfind`` methods and fixing false
150142
positives when those methods were called with 3 arguments.
151143

144+
- Improved :doc:`misc-use-internal-linkage
145+
<clang-tidy/checks/misc/use-internal-linkage>` check by fix false positives
146+
for function or variable in header file which contains macro expansion.
147+
148+
- Improved :doc:`performance/unnecessary-value-param
149+
<clang-tidy/checks/performance/unnecessary-value-param>` check performance by
150+
tolerating fix-it breaking compilation when functions is used as pointers
151+
to avoid matching usage of functions within the current compilation unit.
152+
152153
- Improved :doc:`performance-move-const-arg
153154
<clang-tidy/checks/performance/move-const-arg>` check by fixing false negatives
154155
on ternary operators calling ``std::move``.
155156

156-
- Improved :doc:`performance-unnecessary-value-param
157-
<clang-tidy/checks/performance/unnecessary-value-param>` check performance by
158-
tolerating fix-it breaking compilation when functions is used as pointers
159-
to avoid matching usage of functions within the current compilation unit.
157+
- Improved :doc:`misc-unused-using-decls
158+
<clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
159+
on ``operator""`` with template parameters.
160160

161161
Removed checks
162162
^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)