[all-commits] [llvm/llvm-project] bcb259: [flang] More checking of NULL pointer actual argum...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Sep 17 15:35:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bcb2591b6ca00365cb9f99efafeb3bfe8682f002
https://github.com/llvm/llvm-project/commit/bcb2591b6ca00365cb9f99efafeb3bfe8682f002
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-09-17 (Fri, 17 Sep 2021)
Changed paths:
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/pointer-assignment.cpp
M flang/test/Semantics/null01.f90
Log Message:
-----------
[flang] More checking of NULL pointer actual arguments
Catch additional missing error cases for typed and untyped
NULL actual arguments to non-intrinsic procedures in cases
of explicit and implicit interfaces.
Differential Revision: https://reviews.llvm.org/D110003
More information about the All-commits
mailing list