Accept and represent "global" compiler directives that appear
before and between program units in a source file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D86555
[flang] Parse global compiler directives ClosedPublic Authored by klausler on Aug 25 2020, 10:30 AM.
Details Summary Accept and represent "global" compiler directives that appear
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 25 2020, 10:50 AM Closed by commit rG13cee14bb161: [flang] Parse global compiler directives (authored by klausler). · Explain WhyAug 25 2020, 11:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 287725 flang/include/flang/Parser/parse-tree.h
flang/lib/Parser/program-parsers.cpp
flang/lib/Semantics/program-tree.h
flang/lib/Semantics/program-tree.cpp
flang/lib/Semantics/resolve-names.cpp
flang/test/Parser/compiler-directives.f90
|