[clang-tools-extra] clang-tidy: readability-redundant-smartptr-get does not remove (#97964) (PR #100177)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 8 02:26:47 PDT 2024


================
@@ -104,6 +104,10 @@ New check aliases
 Changes in existing checks
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+- Improved :doc:`readability-redundant-smartptr-get
+  <clang-tidy/checks/readability/redundant-smartptr-get>` check to
+  remove '->', when reduntant get() is removed.
----------------
PiotrZSL wrote:

```suggestion
  remove `->`, when reduntant `get()` is removed.
```

https://github.com/llvm/llvm-project/pull/100177


More information about the cfe-commits mailing list