[all-commits] [llvm/llvm-project] 7b8f7f: [OpenACC] Implement copyin/create clause parsing.
Erich Keane via All-commits
all-commits at lists.llvm.org
Tue Jan 16 07:47:20 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b8f7f75a0be5571f3b01a9cebbfce929bbc76b3
https://github.com/llvm/llvm-project/commit/7b8f7f75a0be5571f3b01a9cebbfce929bbc76b3
Author: erichkeane <ekeane at nvidia.com>
Date: 2024-01-16 (Tue, 16 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 copyin/create clause parsing.
Implement two more clauses, copyin and create. These are both pretty
simple in that they are just a tag followed by a var-list.
More information about the All-commits
mailing list