[all-commits] [llvm/llvm-project] 026d88: [flang] Add missing check for unresolved name
Tim Keith via All-commits
all-commits at lists.llvm.org
Thu Apr 23 07:01:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 026d8807f439754d0ac8e600c1c40538b1a16f02
https://github.com/llvm/llvm-project/commit/026d8807f439754d0ac8e600c1c40538b1a16f02
Author: Tim Keith <tkeith at nvidia.com>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M flang/lib/Semantics/check-io.cpp
Log Message:
-----------
[flang] Add missing check for unresolved name
Summary:
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
Reviewers: klausler, PeteSteinfeld, DavidTruby, jdoerfert, sscalpone
Reviewed By: klausler, sscalpone
Subscribers: llvm-commits
Tags: #llvm, #flang
Differential Revision: https://reviews.llvm.org/D78685
More information about the All-commits
mailing list