File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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+
151151New check aliases
152152^^^^^^^^^^^^^^^^^
153153
You can’t perform that action at this time.
0 commit comments