[all-commits] [llvm/llvm-project] fe3ec4: [flang][OpenMP] Parse WHEN, OTHERWISE, MATCH claus...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Tue Jan 14 05:30:59 PST 2025
Branch: refs/heads/users/kparzysz/spr/m03-meta-simple
Home: https://github.com/llvm/llvm-project
Commit: fe3ec47965d5f970e26f9f729a21b61acf366053
https://github.com/llvm/llvm-project/commit/fe3ec47965d5f970e26f9f729a21b61acf366053
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-01-14 (Tue, 14 Jan 2025)
Changed paths:
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Lower/OpenMP/Clauses.cpp
M flang/lib/Lower/OpenMP/Clauses.h
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Parser/openmp-parsers.cpp
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/check-omp-structure.h
M flang/lib/Semantics/resolve-directives.cpp
A flang/test/Parser/OpenMP/metadirective.f90
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[flang][OpenMP] Parse WHEN, OTHERWISE, MATCH clauses plus METADIRECTIVE
Parse METADIRECTIVE as a standalone executable directive at the moment.
This will allow testing the parser code.
There is no lowering, not even clause conversion yet. There is also no
verification of the allowed values for trait sets, trait properties.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list