[all-commits] [llvm/llvm-project] 852e47: [flang][OpenMP] Add `Id` function to `OmpClause` t...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Fri Oct 18 05:17:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 852e4779ba39732d63df60e23cf33abc6987b8e8
https://github.com/llvm/llvm-project/commit/852e4779ba39732d63df60e23cf33abc6987b8e8
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-10-18 (Fri, 18 Oct 2024)
Changed paths:
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Lower/OpenMP/Clauses.cpp
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/check-omp-structure.h
Log Message:
-----------
[flang][OpenMP] Add `Id` function to `OmpClause` to return clause id,… (#112712)
… NFC
This replaces the two instances of `GetClauseKindForParserClass` with a
localized member function.
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