[clang] [OpenACC] Add 'clause' parsing infrastructure plus a few clauses (PR #75052)

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 18 05:25:39 PST 2023


================
@@ -69,6 +69,19 @@ enum class OpenACCAtomicKind {
   Capture,
   Invalid,
 };
+
+// Represents the kind of an OpenACC clause.
+enum class OpenACCClauseKind {
+  Finalize,
----------------
alexey-bataev wrote:

Add the comments with the description of each clause kind?

https://github.com/llvm/llvm-project/pull/75052


More information about the cfe-commits mailing list