Skip to content

Commit 238d3ac

Browse files
committed
Sort ReleaseNotes.rst.
1 parent 6f2f213 commit 238d3ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,18 +136,18 @@ New checks
136136
Finds unintended character output from ``unsigned char`` and ``signed char``
137137
to an ``ostream``.
138138

139-
- New :doc:`readability-ambiguous-smartptr-reset-call
140-
<clang-tidy/checks/readability/ambiguous-smartptr-reset-call>` check.
141-
142-
Finds potentially erroneous calls to ``reset`` method on smart pointers when
143-
the pointee type also has a ``reset`` method.
144-
145139
- New :doc:`portability-avoid-pragma-once
146140
<clang-tidy/checks/portability/avoid-pragma-once>` check.
147141

148142
Finds uses of ``#pragma once`` and suggests replacing them with standard
149143
include guards (``#ifndef``/``#define``/``#endif``) for improved portability.
150144

145+
- New :doc:`readability-ambiguous-smartptr-reset-call
146+
<clang-tidy/checks/readability/ambiguous-smartptr-reset-call>` check.
147+
148+
Finds potentially erroneous calls to ``reset`` method on smart pointers when
149+
the pointee type also has a ``reset`` method.
150+
151151
New check aliases
152152
^^^^^^^^^^^^^^^^^
153153

0 commit comments

Comments
 (0)