[PATCH] D85363: [flang] Add options to control IMPLICIT NONE

Steve Scalpone via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 14:23:17 PDT 2020


sscalpone added a comment.

The gfortran options is -fimplicit-none.  It doesn't appear to have an inverse, but following the convention would be -fno-implicit-none.  I think there is value using the same spelling for this option.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85363/new/

https://reviews.llvm.org/D85363



More information about the llvm-commits mailing list