[all-commits] [llvm/llvm-project] 13cee1: [flang] Parse global compiler directives
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Aug 25 11:41:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 13cee14bb1612ccdc3a7e7e770373fa2d2a94254
https://github.com/llvm/llvm-project/commit/13cee14bb1612ccdc3a7e7e770373fa2d2a94254
Author: peter klausler <pklausler at nvidia.com>
Date: 2020-08-25 (Tue, 25 Aug 2020)
Changed paths:
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Parser/program-parsers.cpp
M flang/lib/Semantics/program-tree.cpp
M flang/lib/Semantics/program-tree.h
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Parser/compiler-directives.f90
Log Message:
-----------
[flang] Parse global compiler directives
Accept and represent "global" compiler directives that appear
before and between program units in a source file.
Differential Revision: https://reviews.llvm.org/D86555
More information about the All-commits
mailing list