llvm-project/flang/test/Frontend
peter klausler 34eb0adaa9 [flang] Add -fsyntax-only to f18; retain -fparse-only synonym
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.  Support both options in f18, silently
accepting the old option as a synonym for the new one (as
preferred by the code owner), and replace all instances of the
old -fparse-only option with -fsyntax-only throughout the source base.

Differential Revision: https://reviews.llvm.org/D95887
2021-02-03 09:01:39 -08:00
..
Inputs [flang][driver] Make the driver report diagnostics from the prescanner 2021-01-21 15:06:32 +00:00
input-output-file.f90 [flang][driver] Copy test file into a temp dir when testing (nfc) 2021-01-15 17:12:42 +00:00
multiple-input-files.f90 [flang][driver] Copy input files into a temp dir when testing 2021-01-11 13:54:19 +00:00
prescanner-diag.f90 [flang] Add -fsyntax-only to f18; retain -fparse-only synonym 2021-02-03 09:01:39 -08:00
print-preprocess-C-file.f90 [Flang][Driver] Add PrintPreprocessedInput FrontendAction (`flang-new -E`) 2020-11-02 14:03:35 +00:00
print-preprocessed-file.f90 [flang][driver] Fix formatting in a test (nfc) 2020-12-22 13:38:13 +00:00