summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/masked_taskloop_simd_linear_messages.cpp
AgeCommit message (Collapse)Author
2025-04-15[clang] consistently quote expressions in diagnostics (#134769)Matheus Izvekov
2024-11-18[clang] Replace "can't" and "can not" in diagnostics with "cannot" (#116623)Krzysztof Parzyszek
See https://discourse.llvm.org/t/cant-cannot-can-not-in-diagnostic-messages/83171
2023-10-25[OpenMP 5.2] Deprecate old syntax of linear clause (#70152)Fazlay Rabbi
The syntax of the linear clause that specifies its argument and linear-modifier as linear-modifier(list) was deprecated since OpenMP 5.2 and the step modifier was added for specifying the linear step. Reference: OpenMP 5.2 Spec, Page 627, Line 15
2023-10-24[OpenMP 5.2] Initial parsing and semantic analysis suppport for 'step' ↵Fazlay Rabbi
modifier on 'linear' clause Reference: (1) OpenMP 5.2 Specification - Seciton 5.4.6 Differential revision: https://reviews.llvm.org/D159546
2022-06-28[OpenMP] Initial parsing and sema support for 'masked taskloop simd' constructFazlay Rabbi
This patch gives basic parsing and semantic support for "masked taskloop simd" construct introduced in OpenMP 5.1 (section 2.16.8) Differential Revision: https://reviews.llvm.org/D128693