An error message in semantic analysis of SELECT TYPE type guards
doesn't allow for the possibility of failure from FindSourceLocation(),
and that can happen when the type guard is just an intrinsic type
name like "type is (character)". Deal with it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo