[clang-tools-extra] [clang-tidy][misc-const-correctness] fix fp when using const array type. (PR #133018)
Congcong Cai via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 26 11:13:01 PDT 2025
================
@@ -161,6 +163,7 @@ void ConstCorrectnessCheck::check(const MatchFinder::MatchResult &Result) {
VariableCategory VC = VariableCategory::Value;
const QualType VT = Variable->getType();
+ VT->dump();
----------------
HerrCai0907 wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/133018
More information about the cfe-commits
mailing list