diff options
author | Sergio Afonso <safonsof@amd.com> | 2025-02-12 15:24:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-12 15:24:31 +0000 |
commit | f13aea1d87c83ee57234af6da07a36fc12fd08a4 (patch) | |
tree | 211c72cc84df5d73e2d3f38bc53671fceb32915d /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | |
parent | 385af283cd00ef7a0114c343f50e7dca7fec2537 (diff) | |
download | llvm-f13aea1d87c83ee57234af6da07a36fc12fd08a4.zip llvm-f13aea1d87c83ee57234af6da07a36fc12fd08a4.tar.gz llvm-f13aea1d87c83ee57234af6da07a36fc12fd08a4.tar.bz2 |
[Flang][OpenMP] Update semantics checks for 'teams' nesting (#126922)
This patch introduces a directive set for combined constructs where
`teams` is the last leaf. This is used in a couple places to simplify
checks, which is NFC, but it also replaces two incorrect uses of
`topTeamsSet`.
Before, these checks would incorrectly skip combined constructs where
`teams` was the last leaf construct when checking for allowed nested
constructs inside of a `teams` region. Similarly, it would also
incorrectly perform these checks whenever a compound `teams` construct
where `teams` was the first leaf construct was found.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
0 files changed, 0 insertions, 0 deletions