[clang] [OpenACC] Implement 'cache' construct parsing (PR #74324)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 5 07:58:07 PST 2023
================
@@ -268,6 +270,71 @@ ExprResult Parser::ParseOpenACCRoutineName() {
return getActions().CorrectDelayedTyposInExpr(Res);
}
+void Parser::ParseOpenACCCacheVar() {
----------------
cor3ntin wrote:
Maybe it would be nice to do like C and C++, ie citing the standard + grammar production in a comment
https://github.com/llvm/llvm-project/pull/74324
More information about the cfe-commits
mailing list