summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/task_depend_messages.cpp
AgeCommit message (Expand)Author
2025-04-15[clang] consistently quote expressions in diagnostics (#134769)Matheus Izvekov
2024-04-25[NFC] Generalize ArraySections to work for OpenACC in the future (#89639)Erich Keane
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2022-05-24[OpenMP] Add parsing/sema support for omp_all_memory reserved locatorMike Rice
2022-02-08Enable inoutset dependency-type in depend clause.David Pagan
2021-09-21Print nullptr_t namespace qualified within std::David Blaikie
2020-04-02[OPENMP50]Add initial support for OpenMP 5.0 iterator.Alexey Bataev
2020-04-01Revert "[OPENMP50]Add initial support for OpenMP 5.0 iterator."Alexey Bataev
2020-04-01[OPENMP50]Add initial support for OpenMP 5.0 iterator.Alexey Bataev
2020-03-31[OPENMP50]Fix size calculation for array shaping expression in theAlexey Bataev
2020-03-30[OPENMP50]Add basic support for array-shaping operation.Alexey Bataev
2020-03-06[OPENMP50]Add 'depobj' modifier in 'depend' clauses.Alexey Bataev
2020-01-03[OpenMP] diagnose zero-length array section in the depend clauseKelvin Li
2019-07-08[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev
2019-02-04[OpenMP] Adding support to the mutexinoutset dep-typeSergi Mateo Bellido
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-07-27[OPENMP] Allow all lvalues in 'depend' clause.Alexey Bataev
2016-07-20[OpenMP] Allow negative lower bound in array sections based on pointersKelvin Li
2015-12-18[OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' d...Alexey Bataev
2015-08-25Fix possible crash on null base or type for array elements.Alexey Bataev
2015-08-25[OPENMP 4.0] Initial support for array sections.Alexey Bataev
2015-06-23[OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev