This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP50] Fix PR45469: Consider variable-category of defaultmap clause as optional.
ClosedPublic

Authored by ABataev on Apr 8 2020, 12:54 PM.

Details

Summary

According to the standard, variable-category is the optional part of the
defaultmap clause while the compiler always requires it. Turned it into
optional part.

Diff Detail

Event Timeline

ABataev created this revision.Apr 8 2020, 12:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 8 2020, 12:54 PM
This revision is now accepted and ready to land.Apr 8 2020, 2:38 PM
This revision was automatically updated to reflect the committed changes.