[all-commits] [llvm/llvm-project] ba116a: [flang][OpenMP] Split check-omp-structure.cpp into...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Tue Jul 1 09:12:22 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ba116a8bed9ae093575bd316bf8847bb016177dd
https://github.com/llvm/llvm-project/commit/ba116a8bed9ae093575bd316bf8847bb016177dd
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-07-01 (Tue, 01 Jul 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 (#146359)
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.
---------
Co-authored-by: Jack Styles <jack.styles at arm.com>
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