[PATCH] D61357: SemaOverload: Complete candidates before emitting the error, to ensure diagnostics emitted (or suppressed) during completion don't interfere with the overload notes
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 30 17:47:27 PDT 2019
dblaikie added a comment.
Oh, @rsmith - if there's any better/different testing (if you can figure out how to reduce the test case down further, now that we know the cause - or if you'd like testing for other codepaths I've touched in this patch) I'm all ears. (also naming/API wrangling - my changes were just the minimal sort of "this works" based on what we discussed, but totally happy to do more involved/different things if there's such to be done)
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61357/new/
https://reviews.llvm.org/D61357
More information about the cfe-commits
mailing list