================ @@ -263,6 +263,12 @@ New checks Finds common idioms which can be replaced by standard functions from the ``<bit>`` C++20 header. +- New :doc:`modernize-use-shared-ptr-array + <clang-tidy/checks/modernize/use-shared-ptr-array>` check. + + Finds ``std::shared_ptr<T>`` constructions managing arrays via explicit ---------------- EugeneZelenko wrote:
Please synchronize with first statement in documentation. https://github.com/llvm/llvm-project/pull/199458 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
