[PATCH] D39944: [Sema] Stable sort OverloadCandidates to remove non-deterministic ordering

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 12 11:00:50 PST 2017


rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.

Hmm.  It looks like the intent is for CompareOverloadCandidatesForDisplay to be a total order, but I'm sure there are cases where it isn't.  Okay, LGTM.


https://reviews.llvm.org/D39944





More information about the cfe-commits mailing list