[flang-commits] [PATCH] D95887: [flang] Deprecate -fparse-only
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue Feb 2 11:00:26 PST 2021
klausler created this revision.
klausler added reviewers: tskeith, awarzynski, sscalpone.
klausler added a project: Flang.
Herald added subscribers: jdoerfert, mgorny.
klausler requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.
Now that semantics is working, the standard -fsyntax-only option of
GNU and Clang should be used as the name of the option that causes
f18 to just run the front-end. Deprecate the original -fparse-only
option spelling, with a warning, and replace all instances of the
old option in the source base.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D95887
Files:
flang/docs/ImplementingASemanticCheck.md
flang/docs/Overview.md
flang/test/Evaluate/test_folding.sh
flang/test/Flang-Driver/parse-error.f95
flang/test/Flang-Driver/syntax-only.f90
flang/test/Frontend/prescanner-diag.f90
flang/test/Lower/pre-fir-tree01.f90
flang/test/Lower/pre-fir-tree02.f90
flang/test/Lower/pre-fir-tree03.f90
flang/test/Lower/pre-fir-tree04.f90
flang/test/Lower/pre-fir-tree05.f90
flang/test/Semantics/call17.f90
flang/test/Semantics/data05.f90
flang/test/Semantics/data08.f90
flang/test/Semantics/data09.f90
flang/test/Semantics/empty.f90
flang/test/Semantics/final02.f90
flang/test/Semantics/getdefinition01.f90
flang/test/Semantics/getdefinition02.f
flang/test/Semantics/getdefinition03-a.f90
flang/test/Semantics/getdefinition04.f90
flang/test/Semantics/getdefinition05.f90
flang/test/Semantics/getsymbols01.f90
flang/test/Semantics/getsymbols02.f90
flang/test/Semantics/getsymbols03-a.f90
flang/test/Semantics/getsymbols04.f90
flang/test/Semantics/getsymbols05.f90
flang/test/Semantics/missing_newline.f90
flang/test/Semantics/mod-file-rewriter.f90
flang/test/Semantics/modifiable01.f90
flang/test/Semantics/offsets01.f90
flang/test/Semantics/offsets02.f90
flang/test/Semantics/offsets03.f90
flang/test/Semantics/oldparam01.f90
flang/test/Semantics/oldparam02.f90
flang/test/Semantics/oldparam03.f90
flang/test/Semantics/resolve100.f90
flang/test/Semantics/rewrite01.f90
flang/test/Semantics/test_errors.sh
flang/test/Semantics/test_modfile.sh
flang/test/Semantics/typeinfo01.f90
flang/tools/f18-parse-demo/f18-parse-demo.cpp
flang/tools/f18/CMakeLists.txt
flang/tools/f18/f18.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95887.320856.patch
Type: text/x-patch
Size: 25855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20210202/3799b6ab/attachment-0001.bin>
More information about the flang-commits
mailing list