summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_parallel_for_map_messages.cpp
AgeCommit message (Expand)Author
2023-10-24[OpenMP 5.2] Deprecate syntax of map modifiers without comma separators (#69534)Fazlay Rabbi
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2021-08-31[OpenMP][OpenACC] Implement `ompx_hold` map type modifier extension in Clang ...Joel E. Denny
2021-08-03Stop emit incomplete type error for a variable in a map clauseJennifer Yu
2021-02-16[OPENMP50]Allow overlapping mapping in target constructs.Alexey Bataev
2020-07-22[OpenMP] Implement TR8 `present` map type modifier in Clang (1/2)Joel E. Denny
2020-06-25[OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam
2020-04-07Add map-type check for target and target data directive, by Chi Chuncchen
2019-12-06[OPENMP]Moved warning fo mapping non-trivially copiable types into aAlexey Bataev
2019-08-28[OPENMP][Analysis] Add analysis of the map clauses.Alexey Bataev
2019-07-08[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev
2019-04-23[APSInt][OpenMP] Fix isNegative, etc. for unsigned typesJoel E. Denny
2019-02-19[OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse
2018-12-18[OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li
2018-02-27[OPENMP] Emit warning for non-trivial types in map clauses.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-09-13[OPENMP] Allow all classes as mappable types.Alexey Bataev
2016-07-20[OpenMP] Allow negative lower bound in array sections based on pointersKelvin Li
2016-07-18[OpenMP] Fix incorrect diagnostics in map clauseKelvin Li
2016-05-26[OpenMP] Parsing and sema support for the to clauseSamuel Antao
2016-04-01Revert "[OPENMP] Allow skip expression after comma in clauses with lists."Alexey Bataev
2016-03-31[OPENMP] Allow skip expression after comma in clauses with lists.Alexey Bataev
2016-02-03[OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob