[all-commits] [llvm/llvm-project] c9e967: [flang]Add Parser Support for Allocate Directive
Irina Dobrescu via All-commits
all-commits at lists.llvm.org
Thu Dec 10 08:30:21 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c9e967af3fc7ce824cd811379c5e99a998819779
https://github.com/llvm/llvm-project/commit/c9e967af3fc7ce824cd811379c5e99a998819779
Author: Irina Dobrescu <irina.dobrescu at arm.com>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Lower/OpenMP.cpp
M flang/lib/Parser/openmp-parsers.cpp
M flang/lib/Parser/type-parsers.h
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/check-omp-structure.h
A flang/test/Parser/omp-allocate-unparse.f90
A flang/test/Semantics/omp-allocate-directive.f90
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[flang]Add Parser Support for Allocate Directive
Differential Revision: https://reviews.llvm.org/D89562
More information about the All-commits
mailing list