[clang-tools-extra] [clang-tidy] Add bugprone-move-shared-pointer-contents check. (PR #67467)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 10 13:02:56 PDT 2024
================
@@ -368,8 +374,7 @@ Changes in existing checks
<clang-tidy/checks/misc/const-correctness>` check to avoid false positive when
using pointer to member function. Additionally, the check no longer emits
a diagnostic when a variable that is not type-dependent is an operand of a
- type-dependent binary operator. Improved performance of the check through
----------------
PiotrZSL wrote:
revert this small change.
https://github.com/llvm/llvm-project/pull/67467
More information about the cfe-commits
mailing list