[all-commits] [llvm/llvm-project] 0ee7c0: [clang][OpenMP] Implement `isOpenMPCapturingDirect...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Fri Jun 28 10:57:57 PDT 2024


  Branch: refs/heads/users/kparzysz/spr/c02-is-capturing
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ee7c0154dee86e25c05f09828637eaf9bb8ec27
      https://github.com/llvm/llvm-project/commit/0ee7c0154dee86e25c05f09828637eaf9bb8ec27
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2024-06-28 (Fri, 28 Jun 2024)

  Changed paths:
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Sema/SemaOpenMP.cpp

  Log Message:
  -----------
  [clang][OpenMP] Implement `isOpenMPCapturingDirective`

Check if the given directive can capture variables, and thus needs
a captured statement.

Simplify some code using this function.



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