[all-commits] [llvm/llvm-project] d67917: [flang][OpenMP] Implement utility to locate OmpCla...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Thu Mar 5 11:49:30 PST 2026
Branch: refs/heads/users/kparzysz/find-clause
Home: https://github.com/llvm/llvm-project
Commit: d679178933f60c788eab3ceed690f56b4f834208
https://github.com/llvm/llvm-project/commit/d679178933f60c788eab3ceed690f56b4f834208
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2026-03-05 (Thu, 05 Mar 2026)
Changed paths:
M flang/include/flang/Parser/openmp-utils.h
M flang/lib/Lower/OpenMP/Utils.cpp
M flang/lib/Parser/openmp-utils.cpp
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Semantics/check-omp-loop.cpp
M flang/lib/Semantics/check-omp-structure.cpp
Log Message:
-----------
[flang][OpenMP] Implement utility to locate OmpClause in ODS, NFC
Simplify looking for a specific clause in OmpDirectiveSpecification.
This is alternative to DirectiveStructureChecker::FindClause for when
the internal checker structures have not yet been updated in the AST
traversal.
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