[PATCH] D84710: [OpenMP][NFC] Consolidate `to` and `from` clause modifiers
Joel E. Denny via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 27 16:10:21 PDT 2020
jdenny created this revision.
jdenny added reviewers: ABataev, grokos, jdoerfert, RaviNarayanaswamy.
Herald added subscribers: cfe-commits, sstefan1, guansong, yaxunl.
Herald added a project: clang.
`to` and `from` clauses take the same modifiers, which are called
"motion modifiers" in TR8, so implement handling of their modifiers
once not twice. This will make it easier to implement additional
motion modifiers in the future.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D84710
Files:
clang/include/clang/Basic/OpenMPKinds.def
clang/include/clang/Basic/OpenMPKinds.h
clang/lib/Basic/OpenMPKinds.cpp
clang/lib/Parse/ParseOpenMP.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84710.281072.patch
Type: text/x-patch
Size: 6157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200727/3fe8ec01/attachment-0001.bin>
More information about the cfe-commits
mailing list