[all-commits] [llvm/llvm-project] ee00ec: [flang][OpenMP] Rename some `Type` members in Open...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Tue Nov 26 12:39:42 PST 2024
Branch: refs/heads/users/kparzysz/spr/m08-rename-type
Home: https://github.com/llvm/llvm-project
Commit: ee00ecdc5a8b342c80ef34a8e1a1c8bb91855ab8
https://github.com/llvm/llvm-project/commit/ee00ecdc5a8b342c80ef34a8e1a1c8bb91855ab8
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-11-26 (Tue, 26 Nov 2024)
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/Parser/openmp-parsers.cpp
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/resolve-directives.cpp
M flang/test/Parser/OpenMP/declare_target-device_type.f90
M flang/test/Parser/OpenMP/proc-bind.f90
M flang/test/Parser/OpenMP/target-loop-unparse.f90
Log Message:
-----------
[flang][OpenMP] Rename some `Type` members in OpenMP clauses
The intent is to keep names in sync with the terminology from the OpenMP
spec:
OmpBindClause::Type -> Binding
OmpDefaultClause::Type -> DataSharingAttribute
OmpDeviceTypeClause::Type -> DeviceTypeDescription
OmpProcBindClause::Type -> AffinityPolicy
Add more comments with references to the OpenMP specs.
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