[clang-tools-extra] [libc] clang-tidy: readability-redundant-smartptr-get does not remove -> (#97964) (PR #98757)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 17 12:04:48 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:
you got "readability/readability-redundant...." when should be "readability/redundant...."
https://github.com/llvm/llvm-project/pull/98757
More information about the cfe-commits
mailing list