[all-commits] [llvm/llvm-project] ef8bfe: [Clang][Sema][OpenMP] Allow `thread_limit` to acce...

Shilei Tian via All-commits all-commits at lists.llvm.org
Fri Aug 9 20:08:58 PDT 2024


  Branch: refs/heads/users/shiltian/sema-3d-thread-limit
  Home:   https://github.com/llvm/llvm-project
  Commit: ef8bfef43762120d25dda14ff003a322f63d4898
      https://github.com/llvm/llvm-project/commit/ef8bfef43762120d25dda14ff003a322f63d4898
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2024-08-09 (Fri, 09 Aug 2024)

  Changed paths:
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    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][Sema][OpenMP] Allow `thread_limit` 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