summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_map_array_section_no_length_codegen.cpp
AgeCommit message (Collapse)Author
2025-07-23[clang][OpenMP] In 6.0, can omit length in array section (#148048)David Pagan
In OpenMP 6.0 specification, section 5.2.5 Array Sections, page 166, lines 28-28: When the length is absent and the size of the dimension is not known, the array section is an assumed-size array. Testing - Updated LIT test - check-all - OpenMP_VV (formerly sollve) test case tests/6.0/target/test_target_assumed_array_size.c