[PATCH] D159351: [Sema] Change order of displayed overloads in diagnostics

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 1 04:53:54 PDT 2023


ilya-biryukov added reviewers: rnk, clang-language-wg.
ilya-biryukov added a subscriber: rnk.
ilya-biryukov added a comment.

This change mainly tried to address the assertion failure in libc++, but got into the territory of changing the order of displayed overloads.
Which might be a more complicated topic, so it would be great to get feedback from Clang maintainers.

I am on vacation next week, so @rnk might want pick this up if fixing the assertion turns out to be urgent.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159351



More information about the cfe-commits mailing list