================
@@ -726,11 +726,10 @@ void VarMapBuilder::VisitCallExpr(const CallExpr *CE) {
}
}
- if (VDec && Ctx.lookup(VDec)) {
----------------
ziqingluo-90 wrote:`VMap->clearDefinition` does check if the context contains `VDec`, so this check is redundant. https://github.com/llvm/llvm-project/pull/178825 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
