================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to