[all-commits] [llvm/llvm-project] 93b141: [flang][OpenMP] More detailed checks for argument ...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Wed Jun 3 04:54:25 PDT 2026
Branch: refs/heads/users/kparzysz/s03-list-item-checks
Home: https://github.com/llvm/llvm-project
Commit: 93b141d5416e1dbb07fb42c0074acdff3f9e60e1
https://github.com/llvm/llvm-project/commit/93b141d5416e1dbb07fb42c0074acdff3f9e60e1
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2026-06-03 (Wed, 03 Jun 2026)
Changed paths:
M flang/include/flang/Semantics/openmp-utils.h
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/check-omp-structure.h
M flang/lib/Semantics/openmp-utils.cpp
M flang/test/Semantics/OpenMP/copyprivate04.f90
M flang/test/Semantics/OpenMP/copyprivate05.f90
M flang/test/Semantics/OpenMP/declare-target01.f90
M flang/test/Semantics/OpenMP/from-clause-v45.f90
M flang/test/Semantics/OpenMP/from-clause-v51.f90
M flang/test/Semantics/OpenMP/in-reduction.f90
M flang/test/Semantics/OpenMP/lastprivate01.f90
M flang/test/Semantics/OpenMP/name-conflict.f90
M flang/test/Semantics/OpenMP/named-constants.f90
M flang/test/Semantics/OpenMP/reduction04.f90
M flang/test/Semantics/OpenMP/reduction16.f90
M flang/test/Semantics/OpenMP/task-reduction.f90
M flang/test/Semantics/OpenMP/to-clause-v45.f90
M flang/test/Semantics/OpenMP/to-clause-v51.f90
Log Message:
-----------
[flang][OpenMP] More detailed checks for argument list items in clauses
For clauses that take list of variable, locator, and extended list
items, perform checks that the actual arguments meet the corresponding
requirements. This is version-based, since clause requirements have
changed over time.
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