[clang] [clang] Diagnose default arguments defined in different scopes (PR #124844)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 29 17:05:07 PST 2025


Endilll wrote:

During offline discussion with Corentin he pointed out that [over.match.best]/4 talks about multiple declarations that are _found_, and not simply reachable, like my implementation currently assumes. I'll update it to take the results of name lookup into account.

https://github.com/llvm/llvm-project/pull/124844


More information about the cfe-commits mailing list