The same rules for throwing and catching incomplete types also apply
to sizeless types. This patch enforces that for try-catch statements.
It also makes sure that we use "sizeless type" rather "incomplete type"
in the associated message. (Both are correct, but "sizeless type" is
more specific and hopefully more user-friendly.)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo