[clang-tools-extra] [clang-tidy] support pointee mutation check in misc-const-correctness (PR #130494)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 11 18:18:53 PDT 2025
================
@@ -40,11 +40,14 @@ class ConstCorrectnessCheck : public ClangTidyCheck {
const bool AnalyzeValues;
const bool AnalyzeReferences;
+ const bool AnalyzePointers;
----------------
EugeneZelenko wrote:
How about alphabetical order? Same below.
https://github.com/llvm/llvm-project/pull/130494
More information about the cfe-commits
mailing list