Rolls up small changes across the frontend to prepare for the large
forthcoming patch (part 4/4) that completes DATA statement processing
via conversion to initializers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D82137
[flang] DATA stmt processing (part 3/4): Remaining prep work ClosedPublic Authored by klausler on Jun 18 2020, 7:35 PM.
Details Summary Rolls up small changes across the frontend to prepare for the large
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 18 2020, 8:26 PM Closed by commit rG4171f80d5416: [flang] DATA stmt processing (part 3/4): Remaining prep work (authored by klausler). · Explain WhyJun 19 2020, 9:14 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 272102 flang/documentation/FortranForCProgrammers.md
flang/include/flang/Common/interval.h
flang/include/flang/Evaluate/characteristics.h
flang/include/flang/Evaluate/check-expression.h
flang/include/flang/Evaluate/constant.h
flang/include/flang/Evaluate/fold.h
flang/include/flang/Evaluate/tools.h
flang/include/flang/Parser/parse-tree.h
flang/include/flang/Parser/tools.h
flang/include/flang/Semantics/expression.h
flang/include/flang/Semantics/scope.h
flang/include/flang/Semantics/tools.h
flang/lib/Evaluate/call.cpp
flang/lib/Evaluate/characteristics.cpp
flang/lib/Evaluate/check-expression.cpp
flang/lib/Evaluate/fold-implementation.h
flang/lib/Evaluate/fold.cpp
flang/lib/Evaluate/shape.cpp
flang/lib/Evaluate/tools.cpp
flang/lib/Evaluate/type.cpp
flang/lib/Parser/Fortran-parsers.cpp
flang/lib/Parser/tools.cpp
flang/lib/Semantics/check-data.h
flang/lib/Semantics/check-data.cpp
flang/lib/Semantics/check-declarations.cpp
flang/lib/Semantics/check-do-forall.cpp
flang/lib/Semantics/expression.cpp
flang/lib/Semantics/pointer-assignment.h
flang/lib/Semantics/pointer-assignment.cpp
flang/lib/Semantics/resolve-names.cpp
flang/lib/Semantics/rewrite-parse-tree.cpp
flang/lib/Semantics/tools.cpp
flang/lib/Semantics/type.cpp
flang/test/Semantics/data01.f90
flang/test/Semantics/data04.f90
flang/test/Semantics/entry01.f90
flang/test/Semantics/init01.f90
flang/test/Semantics/resolve30.f90
flang/test/Semantics/resolve40.f90
flang/test/Semantics/symbol09.f90
|