flang-compiler / f18

F18 is a front-end for Fortran intended to replace the existing front-end in the Flang compiler
230 stars 48 forks source link

Add missing check for unresolved name #1107

Open tskeith opened 4 years ago

tskeith commented 4 years ago

The name in an InputItem isn't necessarily resolved if an error occurred, so it needs to be checked.

Fixes https://bugs.llvm.org/show_bug.cgi?id=45477