[all-commits] [llvm/llvm-project] 9bd5f8: [OpenACC] Implement 'trivial' construct/directive ...
Erich Keane via All-commits
all-commits at lists.llvm.org
Fri Nov 17 11:26:37 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9bd5f808ccacef0acc84529a0bdd22b448d06e4a
https://github.com/llvm/llvm-project/commit/9bd5f808ccacef0acc84529a0bdd22b448d06e4a
Author: erichkeane <ekeane at nvidia.com>
Date: 2023-11-17 (Fri, 17 Nov 2023)
Changed paths:
M clang/include/clang/Basic/OpenACCKinds.h
M clang/lib/Parse/ParseOpenACC.cpp
M clang/test/ParserOpenACC/parse-constructs.c
Log Message:
-----------
[OpenACC] Implement 'trivial' construct/directive parsing.
Now that the `parallel` support has landed, add the other 'trivial' to
implement ones that don't require any additional work other than adding
them to the StringSwitch.
More information about the All-commits
mailing list