[PATCH] D82800: [OPENMP50] extend array section for stride (Parsing/Sema/AST)

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 2 14:36:22 PDT 2020


ABataev added inline comments.


================
Comment at: clang/lib/Parse/ParseExpr.cpp:1933
         }
+        if (getLangOpts().OpenMP >= 50 && Tok.is(tok::colon)) {
+          // Consume ':'
----------------
Seems to me, it is too broad. According to the standard, it must be allowed only in to/from clauses. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82800





More information about the cfe-commits mailing list