[ADT] Add detection utility for incomplete types (#65495)
This allows us to produce better error messages for types that were only forward-declared, but where a full definition was expected. The first user will be https://reviews.llvm.org/D159013; this change is sent to review separately to reduce the scope of the other patch.
Loading
Please sign in to comment