summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_messages.cpp
AgeCommit message (Expand)Author
2019-08-14[OPENMP]Support for non-rectangular loops.Alexey Bataev
2019-07-11[OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP prog...Alexey Bataev
2019-07-08[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev
2019-05-09[OPENMP]Fix PR41767: diagnose DSA for variables in clauses with default(none).Alexey Bataev
2019-05-09[OPENMP]Fix PR41768: check DSA for globals with default(none) clauses.Alexey Bataev
2019-05-09Revert "[OPENMP]Fix PR41768: check DSA for globals with `default(none)` claus...Roman Lebedev
2019-05-06[OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses.Alexey Bataev
2018-01-09[OpenMP] Fix handling of clause on wrong directive, by Joel. E. DennyAlexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-02-10Fix PR26543: add a check for definition in CXXRecordDecl.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2014-03-06[OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev
2013-12-18Enhance OpenMP parser tests from r197553 / r197598Alp Toker
2013-12-18Fix OpenMP recovery with trailing tokens following the pragmaAlp Toker
2013-12-18Revert "[OPENMP] Fix for parsing OpenMP directives with extra braces, bracket...Alp Toker
2013-12-18[OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and pa...Alexey Bataev
2013-09-16Add some missing ProhibitAttributes calls to some declaration-like #pragmas.Richard Smith
2013-09-06OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev
2013-09-03Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola
2013-09-03OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev