[all-commits] [llvm/llvm-project] 7efde1: [flang][OpenMP] Frontend support for NOTHING direc...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Thu Dec 19 09:07:25 PST 2024
Branch: refs/heads/users/kparzysz/spr/m00-nothing
Home: https://github.com/llvm/llvm-project
Commit: 7efde1db717ee0f58564d919810b681170b7fdcb
https://github.com/llvm/llvm-project/commit/7efde1db717ee0f58564d919810b681170b7fdcb
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-12-19 (Thu, 19 Dec 2024)
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
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