Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP] Fix incomplete type check for array reductions | Joel E. Denny | 2018-06-28 | 1 | -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 reductions | Joel E. Denny | 2018-06-28 | 1 | -11/+0 |
| | | | | | | Sorry, forgot to add commit log attributes again. llvm-svn: 335910 | ||||
* | [OPENMP] Fix incomplete type check for array reductions | Joel E. Denny | 2018-06-28 | 1 | -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 |