[clang] [clang][Sema] Fix incomplete C mode incompatible ExtInfo/ExtProtoInfo conversion diagnostic (PR #160477)

via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 24 09:14:40 PDT 2025


https://github.com/Sirraide commented:

I’m feeling somewhat conflicted about this approach: on the one hand it’s better than what we were doing before, but on the other rebuilding a bunch of types to circumvent our own analysis... a bit weird. I wonder if we could instead extract the parts of `IsFunctionConversion()` that we care about here into a separate function.

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


More information about the cfe-commits mailing list