forked from OSchip/llvm-project
![]() We were only checking the restrictions of IMPLICIT NONE(EXTERNAL) when a procedure name is first encountered. But it can also happen with an existing symbol, e.g. if an external function's return type is declared before is it called. This change adds a check in that branch too. Differential Revision: https://reviews.llvm.org/D93552 |
||
---|---|---|
.. | ||
Driver | ||
Evaluate | ||
Fir | ||
Flang-Driver | ||
Frontend | ||
Lower | ||
NonGtestUnit | ||
Parser | ||
Preprocessing | ||
Semantics | ||
Unit | ||
CMakeLists.txt | ||
lit.cfg.py | ||
lit.site.cfg.py.in |