@@ -150,16 +150,6 @@ New check aliases
150150Changes in existing checks
151151^^^^^^^^^^^^^^^^^^^^^^^^^^
152152
153- - Improved :doc: `modernize-make-shared
154- <clang-tidy/checks/modernize/make-shared>` check by adding a new option
155- `MakeSmartPtrType ` to specify the corresponding smart pointer type, with a
156- default value of `::std::shared_ptr `.
157-
158- - Improved :doc: `modernize-make-unique
159- <clang-tidy/checks/modernize/make-unique>` check by adding a new option
160- `MakeSmartPtrType ` to specify the corresponding smart pointer type, with a
161- default value of `::std::unique_ptr `.
162-
163153- Improved :doc: `altera-id-dependent-backward-branch
164154 <clang-tidy/checks/altera/id-dependent-backward-branch>` check by fixing
165155 crashes from invalid code.
@@ -247,6 +237,16 @@ Changes in existing checks
247237 <clang-tidy/checks/modernize/loop-convert>` check to fix false positive when
248238 using loop variable in initializer of lambda capture.
249239
240+ - Improved :doc: `modernize-make-shared
241+ <clang-tidy/checks/modernize/make-shared>` check by adding a new option
242+ `MakeSmartPtrType ` to specify the corresponding smart pointer type, with a
243+ default value of `::std::shared_ptr `.
244+
245+ - Improved :doc: `modernize-make-unique
246+ <clang-tidy/checks/modernize/make-unique>` check by adding a new option
247+ `MakeSmartPtrType ` to specify the corresponding smart pointer type, with a
248+ default value of `::std::unique_ptr `.
249+
250250- Improved :doc: `misc-use-internal-linkage
251251 <clang-tidy/checks/misc/use-internal-linkage>` check to insert ``static `` keyword
252252 before type qualifiers such as ``const `` and ``volatile ``.
0 commit comments