[all-commits] [llvm/llvm-project] 27422f: [Clang][OpenMP] Allow `num_teams` to accept multip...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Thu Aug 1 16:01:53 PDT 2024
Branch: refs/heads/users/shiltian/07-19-_clang_openmp_allow_num_teams_to_accept_multiple_expressions
Home: https://github.com/llvm/llvm-project
Commit: 27422f2fb7f6986589df0a5173899c1a39cc011b
https://github.com/llvm/llvm-project/commit/27422f2fb7f6986589df0a5173899c1a39cc011b
Author: Shilei Tian <i at tianshilei.me>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/AST/OpenMPClause.h
M clang/include/clang/AST/RecursiveASTVisitor.h
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Sema/SemaOpenMP.h
M clang/lib/AST/OpenMPClause.cpp
M clang/lib/AST/StmtProfile.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/lib/Sema/TreeTransform.h
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/test/OpenMP/target_teams_ast_print.cpp
M clang/test/OpenMP/target_teams_distribute_num_teams_messages.cpp
M clang/test/OpenMP/target_teams_distribute_parallel_for_num_teams_messages.cpp
M clang/test/OpenMP/teams_num_teams_messages.cpp
M clang/tools/libclang/CIndex.cpp
Log Message:
-----------
[Clang][OpenMP] Allow `num_teams` to accept multiple expressions
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list