[all-commits] [llvm/llvm-project] 78da80: [flang] Restore C702 check for ProcEntity symbols
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Dec 2 12:07:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78da80e2ef6e0531ebdc53f240d87187f9191f3f
https://github.com/llvm/llvm-project/commit/78da80e2ef6e0531ebdc53f240d87187f9191f3f
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M flang/lib/Semantics/check-declarations.cpp
M flang/test/Semantics/resolve69.f90
Log Message:
-----------
[flang] Restore C702 check for ProcEntity symbols
A recent change moved some checking code from name resolution into
declaration checking, and inadvertently disabled C702 checking for
procedure entities. Fix.
Differential Revision: https://reviews.llvm.org/D139043
More information about the All-commits
mailing list