This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP] Fix incomplete type check for array reductions
ClosedPublic

Authored by jdenny on Jun 28 2018, 12:04 PM.

Details

Summary

A reduction for an incomplete array type used to produce an assert
fail during codegen. Now it produces a diagnostic.

Diff Detail

Repository
rC Clang

Event Timeline

jdenny created this revision.Jun 28 2018, 12:04 PM
This revision is now accepted and ready to land.Jun 28 2018, 12:11 PM
This revision was automatically updated to reflect the committed changes.