[all-commits] [llvm/llvm-project] 31cca2: Revert "OpenMP 5.0 metadirective"

Nico Weber via All-commits all-commits at lists.llvm.org
Sat Sep 18 06:21:29 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 31cca215654ac5eca01796248696b8d710a5cffc
      https://github.com/llvm/llvm-project/commit/31cca215654ac5eca01796248696b8d710a5cffc
  Author: Nico Weber <thakis at chromium.org>
  Date:   2021-09-18 (Sat, 18 Sep 2021)

  Changed paths:
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/StmtOpenMP.h
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Sema/SemaExceptionSpec.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    R clang/test/OpenMP/metadirective_ast_print.c
    R clang/test/OpenMP/metadirective_device_kind_codegen.c
    R clang/test/OpenMP/metadirective_device_kind_codegen.cpp
    R clang/test/OpenMP/metadirective_empty.cpp
    R clang/test/OpenMP/metadirective_implementation_codegen.c
    R clang/test/OpenMP/metadirective_implementation_codegen.cpp
    R clang/test/OpenMP/metadirective_messages.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CXCursor.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M llvm/include/llvm/Frontend/OpenMP/OMP.td

  Log Message:
  -----------
  Revert "OpenMP 5.0 metadirective"

This reverts commit c7d7b98e5263472f05b2f3cb767b5d16e1349e9a.
Breaks tests on macOS, see comment on https://reviews.llvm.org/D91944




More information about the All-commits mailing list