Skip to content

Commit 9fa8915

Browse files
committed
[clang-tidy] NFS-clean release notes
1 parent 976e413 commit 9fa8915

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ New checks
9797
- New :doc:`bugprone-unintended-char-ostream-output
9898
<clang-tidy/checks/bugprone/unintended-char-ostream-output>` check.
9999

100-
Finds unintended character output from ``unsigned char`` and ``signed char`` to an
101-
``ostream``.
100+
Finds unintended character output from ``unsigned char`` and ``signed char``
101+
to an ``ostream``.
102102

103103
- New :doc:`readability-ambiguous-smartptr-reset-call
104104
<clang-tidy/checks/readability/ambiguous-smartptr-reset-call>` check.
@@ -137,28 +137,28 @@ Changes in existing checks
137137
- Improved :doc:`misc-redundant-expression
138138
<clang-tidy/checks/misc/redundant-expression>` check by providing additional
139139
examples and fixing some macro related false positives.
140+
141+
- Improved :doc:`misc-unused-using-decls
142+
<clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
143+
on ``operator""`` with template parameters.
144+
145+
- Improved :doc:`misc-use-internal-linkage
146+
<clang-tidy/checks/misc/use-internal-linkage>` check by fix false positives
147+
for function or variable in header file which contains macro expansion.
140148

141149
- Improved :doc:`modernize-use-ranges
142150
<clang-tidy/checks/modernize/use-ranges>` check by updating suppress
143151
warnings logic for ``nullptr`` in ``std::find``.
144152

145-
- Improved :doc:`misc-use-internal-linkage
146-
<clang-tidy/checks/misc/use-internal-linkage>` check by fix false positives
147-
for function or variable in header file which contains macro expansion.
153+
- Improved :doc:`performance-move-const-arg
154+
<clang-tidy/checks/performance/move-const-arg>` check by fixing false
155+
negatives on ternary operators calling ``std::move``.
148156

149-
- Improved :doc:`performance/unnecessary-value-param
157+
- Improved :doc:`performance-unnecessary-value-param
150158
<clang-tidy/checks/performance/unnecessary-value-param>` check performance by
151159
tolerating fix-it breaking compilation when functions is used as pointers
152160
to avoid matching usage of functions within the current compilation unit.
153161

154-
- Improved :doc:`performance-move-const-arg
155-
<clang-tidy/checks/performance/move-const-arg>` check by fixing false negatives
156-
on ternary operators calling ``std::move``.
157-
158-
- Improved :doc:`misc-unused-using-decls
159-
<clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
160-
on ``operator""`` with template parameters.
161-
162162
Removed checks
163163
^^^^^^^^^^^^^^
164164

0 commit comments

Comments
 (0)