rjmccall added inline comments.

================
Comment at: clang/lib/Sema/TreeTransform.h:14583
 
   if (Second && Second->getObjectKind() == OK_ObjCProperty) {
     ExprResult Result = SemaRef.CheckPlaceholderExpr(Second);
----------------
rnk wrote:
> This is also pseudo object handling code
Hmm.  Am I wrong to be concerned about folding overload placeholders too early 
in these clauses?  Surely overloads can be resolved by the operator call in 
some cases.

I agree with Reid that it would be really nice if we could make this share the 
normal paths for C++ operator resolution instead of duplicating so much of them.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111639

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

Reply via email to