[clang] [clang-tools-extra] [clang-tidy] fix match for binaryOperator in ExprMutationAnalyzer for misc-const-correctness (PR #70559)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 12 14:58:44 PST 2023
================
@@ -308,6 +308,11 @@ Changes in existing checks
<clang-tidy/checks/misc/const-correctness>` check to avoid false positive when
using pointer to member function.
+- Improved :doc:`misc-const-correctness
----------------
PiotrZSL wrote:
there is already entry for this check, just merge changes.
https://github.com/llvm/llvm-project/pull/70559
More information about the cfe-commits
mailing list