This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Fix PR45383: type dependent array subscripts are diagnosed erroneously.
ClosedPublic

Authored by ABataev on Apr 22 2020, 7:20 AM.

Details

Summary

If the array subscript expression is type depent, its analysis must be
delayed before its instantiation.

Diff Detail

Event Timeline

ABataev created this revision.Apr 22 2020, 7:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2020, 7:21 AM

Can we merge the test changes into D78643 and continue with D78643 as a fix?

This revision is now accepted and ready to land.Jun 3 2020, 12:12 PM
This revision was automatically updated to reflect the committed changes.