[all-commits] [llvm/llvm-project] d48c84: [flang][OpenMP] Parsing support for iterator in DE...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Tue Oct 29 06:01:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d48c849ea94efb56d484393816e147afcec28d65
https://github.com/llvm/llvm-project/commit/d48c849ea94efb56d484393816e147afcec28d65
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
M flang/lib/Lower/OpenMP/Clauses.cpp
M flang/lib/Parser/openmp-parsers.cpp
M flang/lib/Semantics/check-omp-structure.cpp
A flang/test/Lower/OpenMP/Todo/depend-clause.f90
A flang/test/Semantics/OpenMP/depend05.f90
Log Message:
-----------
[flang][OpenMP] Parsing support for iterator in DEPEND clause (#113622)
Warn about use of iterators OpenMP versions that didn't have them
(support added in 5.0). Emit a TODO error in lowering.
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