summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/scope_codegen.cpp
AgeCommit message (Collapse)Author
2024-09-19[clang][OpenMP] Add codegen for scope directive (#109197)David Pagan
Added codegen for scope directive, enabled allocate and firstprivate clauses, and added scope directive LIT test. Testing - LIT tests (including new scope test). - OpenMP scope example test from 5.2 OpenMP API examples document. - Three executable scope tests from OpenMP_VV/sollve_vv suite.