[all-commits] [llvm/llvm-project] 86cc36: [flang][OpenMP] Fix parsing of ASSUME directive
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Mon Aug 25 08:21:39 PDT 2025
Branch: refs/heads/users/kparzysz/a01-assume-block
Home: https://github.com/llvm/llvm-project
Commit: 86cc364eab0114a0c44f1673de24e94bcad6acf3
https://github.com/llvm/llvm-project/commit/86cc364eab0114a0c44f1673de24e94bcad6acf3
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/openmp-utils.h
M flang/include/flang/Parser/parse-tree.h
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/resolve-directives.cpp
M flang/test/Parser/OpenMP/assumption.f90
Log Message:
-----------
[flang][OpenMP] Fix parsing of ASSUME directive
The ASSUME directive is block-associated and whether the end-directive
is optional or not depends on the form of the block. This is all taken
care of automatically since the AST node for ASSUME inherits from
OmpBlockConstruct.
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