================
@@ -169,6 +172,7 @@ void ConstCorrectnessCheck::check(const 
MatchFinder::MatchResult &Result) {
     if (ArrayT->getElementType()->isPointerType())
       VC = VariableCategory::Pointer;
   }
+  llvm::errs() << (int)VC << "\n";
----------------
vbvictor wrote:

This also unintentionally?

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