================
@@ -262,12 +291,52 @@ OpenACCDirectiveKind ParseOpenACCDirectiveKind(Parser &P) 
{
   return DirKind;
 }
 
+bool ParseOpenACCClause(Parser &P) {
----------------
erichkeane wrote:

So the individual clauses each have their own 'grammar'.  I DID comment the 
'clause-list' below best I could, but there is no  clause 'grammar' in the 
standard.  The one's ive mentioned are the ones where it is all a single 
identifier-token (or 'auto' as you've seen :/).

I'll spend a few moments typing something up to make this more clear however.

https://github.com/llvm/llvm-project/pull/75052
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to