================
@@ -190,11 +190,7 @@ class UncountedLocalVarsChecker
if (shouldSkipVarDecl(V))
return;
- const auto *ArgType = V->getType().getTypePtr();
- if (!ArgType)
----------------
haoNoQ wrote:
Fair enough!
https://github.com/llvm/llvm-project/pull/110213