================ @@ -105,7 +105,8 @@ bool isStdin(SVal Val, const ASTContext &ACtx) { if (const auto *D = dyn_cast_or_null<VarDecl>(DeclReg->getDecl())) { D = D->getCanonicalDecl(); // FIXME: This should look for an exact match. - if (D->getName().contains("stdin") && D->isExternC()) { + if (D->getName().contains("stdin") && D->hasExternalStorage() && ---------------- steakhal wrote:
IDK, I didn't notice. I'll change it. https://github.com/llvm/llvm-project/pull/66074 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits