Fznamznon added inline comments.

================
Comment at: clang/lib/Sema/TreeTransform.h:12002
+
+  UnresolvedSet<16> Functions;
+  if (ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(Callee))
----------------
cor3ntin wrote:
> Can `Functions` ever held more than one element here?
Good catch! I don't think that more than one element can happen here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151553/new/

https://reviews.llvm.org/D151553

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to