[all-commits] [llvm/llvm-project] dd5ce4: [OpenACC] Implement 'use_device' clause parsing
Erich Keane via All-commits
all-commits at lists.llvm.org
Thu Jan 11 09:34:21 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd5ce4572fb90323799f1bdf585c01d08613e277
https://github.com/llvm/llvm-project/commit/dd5ce4572fb90323799f1bdf585c01d08613e277
Author: erichkeane <ekeane at nvidia.com>
Date: 2024-01-11 (Thu, 11 Jan 2024)
Changed paths:
M clang/include/clang/Basic/OpenACCKinds.h
M clang/lib/Parse/ParseOpenACC.cpp
M clang/test/ParserOpenACC/parse-clauses.c
Log Message:
-----------
[OpenACC] Implement 'use_device' clause parsing
'use_device' is effectively identical to the 'copy' parsing in that it
has required parens and no 'special' name, so this is a pretty trivial
impementation. There are a number of other similar situation clauses
I'll do in a followup patch.
More information about the All-commits
mailing list