[clang] Sema: filter out invalid base-specifiers before attaching (PR #147213)

Corentin Jabot via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 7 00:05:46 PDT 2025


https://github.com/cor3ntin commented:

Thanks for working on this

Did you try  to use `!isUsable` instead of IsInvalid in
`ParseBaseSpecifier` ? I think that might be a simpler fix.

---

This change needs a release note.
Please add an entry to `clang/docs/ReleaseNotes.rst` in the section the most adapted to the change, and referencing any Github issue this change fixes. Thanks!

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


More information about the cfe-commits mailing list