[clang] [Clang][Sema] Avoid duplicate diagnostics for incomplete types in nested name specifier (C++20+) (PR #147036)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 4 06:12:25 PDT 2025


https://github.com/zyn0217 commented:

Why doesn't C++20 below suffer from the issue?

I think it's a waste to add a Sema scope object just for diagnostic issues. It's more like that there's an underlying issue that would be otherwise hidden by the patch. Can you explore?


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


More information about the cfe-commits mailing list