[clang] [clang-tools-extra] [clang-tidy] fix match for binaryOperator in ExprMutationAnalyzer for misc-const-correctness (PR #70559)
Julian Schmidt via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 12 15:16:23 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
----------------
5chmidti wrote:
Done. I have also reworded the release note, I think it reads better now.
https://github.com/llvm/llvm-project/pull/70559
More information about the cfe-commits
mailing list