summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_firstprivate_messages.cpp
AgeCommit message (Expand)Author
2024-05-22Reword OpenMP diagnostics for style; NFCAaron Ballman
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2020-05-07[OPENMP]Consider 'omp_null_allocator' as a predefined allocator.Alexey Bataev
2020-04-30[OPENMP50]Basic support for uses_allocators clause.Alexey Bataev
2020-03-26[AST] Print a<b<c>> without extra spaces in C++11 or later.Sam McCall
2019-12-07[OpenMP] Require trivially copyable type for mappingJonas Hahnfeld
2019-07-22[OPENMP]Add support for analysis of firstprivate variables.Alexey Bataev
2019-07-08[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev
2019-03-28[OPENMP]Add check for undefined behavior with thread allocators onAlexey Bataev
2019-03-27[OPENMP]Initial support for 'allocate' clause.Alexey Bataev
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
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-03-18[OPENMP] Implementation of codegen for firstprivate clause of target directiveCarlo Bertolli
2016-02-11Add parse+sema and regression test for OpenMP firstprivate clause of target d...Carlo Bertolli