[all-commits] [llvm/llvm-project] bdbebe: [flang] Warn about inconsistent implicit interfaces
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Mar 2 15:16:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bdbebef828da330c7bfb8809a2e993289fbe7e57
https://github.com/llvm/llvm-project/commit/bdbebef828da330c7bfb8809a2e993289fbe7e57
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M flang/include/flang/Evaluate/characteristics.h
M flang/include/flang/Semantics/expression.h
M flang/lib/Evaluate/characteristics.cpp
M flang/lib/Semantics/expression.cpp
M flang/test/Semantics/bad-forward-type.f90
A flang/test/Semantics/call35.f90
M flang/test/Semantics/reshape.f90
Log Message:
-----------
[flang] Warn about inconsistent implicit interfaces
When a global procedure has no explicit interface, emit warnings
when its references are inconsistent implicit procedure interfaces.
Differential Revision: https://reviews.llvm.org/D145097
More information about the All-commits
mailing list