This is an archive of the discontinued LLVM Phabricator instance.

[flang][openxx][NFC] Remove duplicated function to check required clauses
ClosedPublic

Authored by clementval on Dec 18 2020, 7:20 PM.

Details

Summary

Remove duplicated function to check for required clauses on a directive. This was
still there from the merging of OpenACC and OpenMP common semantic checks and it can now be
removed so we use only one function.

Diff Detail

Event Timeline

clementval requested review of this revision.Dec 18 2020, 7:20 PM
clementval created this revision.
Herald added a project: Restricted Project. · View Herald Transcript
clementval added a project: Restricted Project.Dec 18 2020, 7:27 PM
sameeranjoshi accepted this revision.Jan 11 2021, 8:35 AM

LGMT. Thanks for cleaning that up.

This revision is now accepted and ready to land.Jan 11 2021, 8:35 AM