[clang] [OpenACC][CIR] Implement 'async' lowering. (PR #136626)

Morris Hafner via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 22 03:36:49 PDT 2025


================
@@ -639,6 +639,9 @@ OpenACCClause *SemaOpenACCClauseVisitor::VisitVectorLengthClause(
 
 OpenACCClause *SemaOpenACCClauseVisitor::VisitAsyncClause(
     SemaOpenACC::OpenACCParsedClause &Clause) {
+  if (DisallowSinceLastDeviceType<OpenACCAsyncClause>(Clause))
----------------
mmha wrote:

Can you update the comment on `DisallowSinceLastDeviceType()` to include `async`?

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


More information about the cfe-commits mailing list