[clang] [clang][Sema]fix crash of invalid friend declaration with storage-class specifier (PR #190597)

via cfe-commits cfe-commits at lists.llvm.org
Wed May 6 23:51:12 PDT 2026


firstmoonlight wrote:

> Does you PR also fix: #196001

Yes, I've verified that this PR also fixes #196001. The root cause is the same: the early return in type specifier checking prevents proper recovery.


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


More information about the cfe-commits mailing list