summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/global_module_cache
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <Krzysztof.Parzyszek@amd.com>2024-10-08 13:58:13 -0500
committerGitHub <noreply@github.com>2024-10-08 13:58:13 -0500
commit418920b3fbdefec5b56ee2b9db96884d0ada7329 (patch)
treeae5223f64131f57d41d6de6cd81cb1bf4bcd288e /lldb/test/API/python_api/global_module_cache
parentd17ad77c959933286d9f30a38d050d239a6f4378 (diff)
[flang][OpenMP] Diagnose non-variable symbols in OpenMP clauses (#111394)
The original motivation came from this scenario: ``` !$omp parallel do shared(xyz) xyz: do i = 1, 100 enddo xyz !$omp end parallel do ``` Implement a general check for validity of items listed in OpenMP clauses. In most cases they need to be variables, some clauses allow "extended list items", i.e. variables or procedures.
Diffstat (limited to 'lldb/test/API/python_api/global_module_cache')
0 files changed, 0 insertions, 0 deletions