[flang] Explanation of how to implement a semantic check
authorPete Steinfeld <psteinfeld@nvidia.com>
Thu, 16 Jan 2020 00:25:26 +0000 (16:25 -0800)
committerPete Steinfeld <psteinfeld@nvidia.com>
Mon, 3 Feb 2020 17:27:14 +0000 (09:27 -0800)
commit60cd064058b5c70b3ac05e1919ea60badf59442c
treea3e34d16d13780e4b80673a26d6da5e7b379afd8
parentdcad4f580ed8388b053593ff0a678da1049789c1
[flang] Explanation of how to implement a semantic check

This is the story of implementing semantic checks for passing DO
variables to functions with dummy arguments with INTENT(OUT) or
INTENT(INOUT).

Original-commit: flang-compiler/f18@889f90913f280f285eb9960a0e0baadfd43a555f
Reviewed-on: https://github.com/flang-compiler/f18/pull/939
flang/documentation/ImplementingASemanticCheck.md [new file with mode: 0644]