ABataev added inline comments.
================ Comment at: clang/include/clang/Parse/Parser.h:3302 + void ParseOpenMPClauses(OpenMPDirectiveKind DKind, + SmallVector<clang::OMPClause *, 1> *Clauses, + SourceLocation Loc); ---------------- `SmallVectorImpl<OMPClause *> &` ================ Comment at: clang/lib/Parse/ParseOpenMP.cpp:1656-1657 + OMPAtClause *AtC = CKind == OMPC_at ? cast<OMPAtClause>(Clause) : nullptr; + if (CKind == OMPC_at && AtC->getAtKind() == OMPC_AT_execution) + Diag(AtC->getAtKindKwLoc(), diag::err_omp_unexpected_execution_modifier); + if (Tok.is(tok::annot_pragma_openmp_end)) { ---------------- Better to diagnose it in Sema Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D137851/new/ https://reviews.llvm.org/D137851 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits