[clang-tools-extra] [clang-tidy] Add bugprone-move-shared-pointer-contents check. (PR #67467)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 21 14:36:43 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
----------------
pizzud wrote:
Done.
https://github.com/llvm/llvm-project/pull/67467
More information about the cfe-commits
mailing list