[libc-commits] [clang-tools-extra] [libc] clang-tidy: readability-redundant-smartptr-get does not remove -> (#97964) (PR #98757)
via libc-commits
libc-commits at lists.llvm.org
Wed Jul 17 10:48:36 PDT 2024
================
@@ -502,6 +502,12 @@ Changes in existing checks
usages of ``std::string_view::compare``. Added a `StringLikeClasses` option
to detect usages of ``compare`` method in custom string-like classes.
+- Improved :doc:`readability-redundant-smartptr-get
+ <clang-tidy/checks/readability/readability-redundant-smartptr-get>` identify
----------------
akshaykumars614 wrote:
I did not understand. Can you explain how it's needs to be written?
https://github.com/llvm/llvm-project/pull/98757
More information about the libc-commits
mailing list