[all-commits] [llvm/llvm-project] 7efb82: Revert "OpenMP 5.0 metadirective"
Chi-Chun, Chen via All-commits
all-commits at lists.llvm.org
Fri Sep 17 14:14:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7efb825382c0a8372597aaf75a319fa379573fd4
https://github.com/llvm/llvm-project/commit/7efb825382c0a8372597aaf75a319fa379573fd4
Author: cchen <chichun.chen at hpe.com>
Date: 2021-09-17 (Fri, 17 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.
More information about the All-commits
mailing list