[all-commits] [llvm/llvm-project] 251552: [flang][OpenMP] Split check-omp-structure.cpp into...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Mon Jun 30 07:31:25 PDT 2025


  Branch: refs/heads/users/kparzysz/split-sema-omp
  Home:   https://github.com/llvm/llvm-project
  Commit: 251552277ca266b88e6bcbcf0ba59fd576495911
      https://github.com/llvm/llvm-project/commit/251552277ca266b88e6bcbcf0ba59fd576495911
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-06-30 (Mon, 30 Jun 2025)

  Changed paths:
    M flang/lib/Semantics/CMakeLists.txt
    A flang/lib/Semantics/check-omp-atomic.cpp
    A flang/lib/Semantics/check-omp-loop.cpp
    A flang/lib/Semantics/check-omp-metadirective.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    A flang/lib/Semantics/openmp-utils.cpp
    A flang/lib/Semantics/openmp-utils.h

  Log Message:
  -----------
  [flang][OpenMP] Split check-omp-structure.cpp into smaller files, NFC

Create these new files in flang/lib/Semantics:
  openmp-utils.cpp/.h         - Common utilities
  check-omp-atomic.cpp        - Atomic-related checks
  check-omp-loop.cpp          - Loop constructs/clauses
  check-omp-metadirective.cpp - Metadirective-related checks

Update lists of included headers, std in particular.



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