This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Fix error emission for dependent expressions in iterators for depend clauses.
ClosedPublic

Authored by ABataev on Nov 26 2021, 10:45 AM.

Details

Summary

Need to postpone analysis for addressable lvalue in a depend clause with
iterators, otherwise the incorrect error message is emitted.

Diff Detail

Event Timeline

ABataev created this revision.Nov 26 2021, 10:45 AM
ABataev requested review of this revision.Nov 26 2021, 10:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 26 2021, 10:45 AM
Herald added a subscriber: sstefan1. · View Herald Transcript
mikerice accepted this revision.Dec 2 2021, 11:04 AM

LGTM.

This revision is now accepted and ready to land.Dec 2 2021, 11:04 AM
This revision was landed with ongoing or failed builds.Dec 2 2021, 1:02 PM
This revision was automatically updated to reflect the committed changes.