[PATCH] D127454: [OpenMP] Initial parsing and sema for 'parallel masked' construct

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 14 07:15:34 PDT 2022


ABataev added inline comments.


================
Comment at: clang/include/clang-c/Index.h:2641
    */
-  CXCursor_TranslationUnit = 300,
+  CXCursor_TranslationUnit = 350,
 
----------------
Does this change affect anything else in the compiler?


================
Comment at: clang/include/clang/AST/StmtOpenMP.h:2315
+///
+class OMPParallelMaskedDirective : public OMPExecutableDirective {
+  friend class ASTStmtReader;
----------------
`final`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127454



More information about the cfe-commits mailing list