EricWF planned changes to this revision. EricWF added a comment. I know how to do better.
================ Comment at: include/clang/Sema/Overload.h:938 + /// exited. + struct RewrittenCandidateContextGuard { + RewrittenCandidateContextGuard(OverloadCandidateSet &CS) ---------------- This is unneeded. As long as the rewritten candidates are added last, restoring the `Functions` member is unneeded. Repository: rC Clang https://reviews.llvm.org/D45680 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits