[clang] [Serialization] Fix lazy template loading (PR #133057)
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 11 01:48:29 PDT 2025
vgvassilev wrote:
> > Here's a new reproducer, this time verifying that a semi-fresh tip-of-the-tree doesn't trigger the same error: https://pastebin.com/7tYfjazz. Apologies for the delay.
>
> Thanks. I gave it a try, but I don't see any `use of overloaded operator '=' is ambiguous` error. In fact, there isn't a `operator =` in the sources at all. What am I missing? 🤔
Creduce-like tools are very bad at finding reject valid codes. @emaxx-google, can you paste your interestingness test?
https://github.com/llvm/llvm-project/pull/133057
More information about the cfe-commits
mailing list