[PATCH] D116764: [clang][OpenMP5.1] Initial parsing/sema for 'indirect' clause

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 7 07:05:50 PST 2022


ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.

LG with a nit



================
Comment at: clang/lib/Parse/ParseOpenMP.cpp:1844
+      if (!IsDeviceTypeClause && !IsIndirectClause &&
+           DTCI.Kind == OMPD_begin_declare_target) {
         Diag(Tok, diag::err_omp_declare_target_unexpected_clause)
----------------
Formatting


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116764/new/

https://reviews.llvm.org/D116764



More information about the llvm-commits mailing list