[all-commits] [llvm/llvm-project] df859f: [flang][OpenMP] Frontend support for NOTHING direc...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Fri Jan 3 06:36:56 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df859f90aab261918eee26382021e8455b532f7d
https://github.com/llvm/llvm-project/commit/df859f90aab261918eee26382021e8455b532f7d
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-01-03 (Fri, 03 Jan 2025)
Changed paths:
M flang/examples/FlangOmpReport/FlangOmpReportVisitor.cpp
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Parser/openmp-parsers.cpp
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/check-omp-structure.h
M flang/test/Lower/OpenMP/Todo/error.f90
M flang/test/Parser/OpenMP/error-unparse.f90
A flang/test/Parser/OpenMP/nothing.f90
Log Message:
-----------
[flang][OpenMP] Frontend support for NOTHING directive (#120606)
Create OpenMPUtilityConstruct and put the two utility directives in it
(error and nothing). Rename OpenMPErrorConstruct to OmpErrorDirective.
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