EricWF added inline comments.
================ Comment at: lib/Sema/SemaCoroutine.cpp:1285 + // We needed to check it, but we don't need to generate code for it. + if (!paramDecl->getIdentifier()) + continue; ---------------- @rsmith Is there a better way to check if the move would be valid for unnamed parameters without building up these expressions? https://reviews.llvm.org/D33797 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits