[clang] [Clang] Bypass TAD during overload resolution if a perfect match exists (PR #136203)

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Fri May 2 18:37:38 PDT 2025


alexfh wrote:

> > This change breaks a bunch of other cases, for example, calls to `NodeDefBuilder::Attr("...", {some_value})` https://android.googlesource.com/platform/external/tensorflow/+/main/tensorflow/core/framework/node_def_builder.h#130
> 
> Can you provide us with a reduced example?

This is fixed now. I think, the test case in https://github.com/llvm/llvm-project/pull/138307 already covers this.

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


More information about the cfe-commits mailing list