Skip to content

Commit 101d19b

Browse files
committed
fix position of release note
1 parent db389c1 commit 101d19b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,15 @@ Changes in existing checks
204204
<clang-tidy/checks/misc/redundant-expression>` check by providing additional
205205
examples and fixing some macro related false positives.
206206

207-
- Improved :doc:`misc-unused-using-decls
208-
<clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
209-
on ``operator""`` with template parameters.
210-
211207
- Improved :doc:`misc-unconventional-assign-operator
212208
<clang-tidy/checks/misc/unconventional-assign-operator>` check by fixing
213209
false positives when copy assignment operator function in a template class
214210
returns the result of another assignment to ``*this``(``return *this=...``).
215211

212+
- Improved :doc:`misc-unused-using-decls
213+
<clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
214+
on ``operator""`` with template parameters.
215+
216216
- Improved :doc:`misc-use-internal-linkage
217217
<clang-tidy/checks/misc/use-internal-linkage>` check by fix false positives
218218
for function or variable in header file which contains macro expansion and

0 commit comments

Comments
 (0)