[libc-commits] [clang-tools-extra] [libc] clang-tidy: readability-redundant-smartptr-get does not remove -> (#97964) (PR #98757)
Piotr Zegar via libc-commits
libc-commits at lists.llvm.org
Mon Jul 15 12:31:25 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
----------------
PiotrZSL wrote:
duplicated readability, put check list in alphabetical order. and instead of duplicating check description, put information what were changed/fixed in check behavior.
https://github.com/llvm/llvm-project/pull/98757
More information about the libc-commits
mailing list