================
@@ -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