[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
Wed Jul 24 13:02:29 PDT 2024
================
@@ -104,6 +104,296 @@ New check aliases
Changes in existing checks
^^^^^^^^^^^^^^^^^^^^^^^^^^
+- Improved :doc:`bugprone-assert-side-effect
+ <clang-tidy/checks/bugprone/assert-side-effect>` check by detecting side
+ effect from calling a method with non-const reference parameters.
----------------
PiotrZSL wrote:
still incorrectly rebased code, that stuff shoudn't be here
just rebase your changes on top of main branch, and then do force push, or cleanup this fill manually
https://github.com/llvm/llvm-project/pull/100177
More information about the cfe-commits
mailing list