[PATCH] D154503: [Sema] Fix handling of functions that hide classes

John Brawn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 18 04:43:24 PDT 2023


john.brawn added a comment.

I've committed an updated version of this that checks for invalid decls when deciding if a decl has been hidden. This stops the assertion failure happening.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154503/new/

https://reviews.llvm.org/D154503



More information about the cfe-commits mailing list