This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Fix PR51327: Range based for loop not working if range's type is a template.
ClosedPublic

Authored by ABataev on Nov 24 2021, 12:26 PM.

Details

Summary

Need to postpone anlysis of the ranged for loops till the actual
instantiation to avoid erroneous emission of error messages.

Diff Detail

Event Timeline

ABataev created this revision.Nov 24 2021, 12:26 PM
ABataev requested review of this revision.Nov 24 2021, 12:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 24 2021, 12:26 PM
Herald added a subscriber: sstefan1. · View Herald Transcript
This revision is now accepted and ready to land.Dec 2 2021, 11:25 AM
This revision was landed with ongoing or failed builds.Dec 2 2021, 1:34 PM
This revision was automatically updated to reflect the committed changes.