summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/parallel_reduction_messages.c
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP] Fix incomplete type check for array reductionsJoel E. Denny2018-06-281-0/+11
| | | | | | | | | | | A reduction for an incomplete array type used to produce an assert fail during codegen. Now it produces a diagnostic. Reviewed By: ABataev Differential Revision: https://reviews.llvm.org/D48735 llvm-svn: 335911
* Revert r335907: [OPENMP] Fix incomplete type check for array reductionsJoel E. Denny2018-06-281-11/+0
| | | | | | Sorry, forgot to add commit log attributes again. llvm-svn: 335910
* [OPENMP] Fix incomplete type check for array reductionsJoel E. Denny2018-06-281-0/+11
A reduction for an incomplete array type used to produce an assert fail during codegen. Now it produces a diagnostic. llvm-svn: 335907
OpenPOWER on IntegriCloud