[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.
----------------
alexey-bataev wrote:

Use '///' kind of comment here

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


More information about the cfe-commits mailing list