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

via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 24 13:16:52 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.
----------------
akshaykumars614 wrote:

got it. Changed accordingly.

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


More information about the cfe-commits mailing list