[clang-tools-extra] [clang-tidy][misc-const-correctness] fix fp when using const array type. (PR #133018)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 26 04:42:50 PDT 2025


================
@@ -161,6 +163,7 @@ void ConstCorrectnessCheck::check(const MatchFinder::MatchResult &Result) {
 
   VariableCategory VC = VariableCategory::Value;
   const QualType VT = Variable->getType();
+  VT->dump();
----------------
vbvictor wrote:

Is this left unintentionally?

https://github.com/llvm/llvm-project/pull/133018


More information about the cfe-commits mailing list