This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] [DOCS] Update OMP5.1 feature status table [NFC]
ClosedPublic

Authored by dreachem on Nov 4 2020, 3:21 PM.

Details

Summary

Adding features in OpenMP 5.1 specification, as documented in feature change history, to the 5.1 table. I alphabetized the rows of the table according to the category. For deprecating master construct, I just used 'other' as the category.

Diff Detail

Event Timeline

dreachem created this revision.Nov 4 2020, 3:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2020, 3:21 PM
dreachem requested review of this revision.Nov 4 2020, 3:21 PM
jdoerfert added inline comments.Nov 4 2020, 3:36 PM
clang/docs/OpenMPSupport.rst
343

What is missing here?

dreachem added inline comments.Nov 5 2020, 7:11 AM
clang/docs/OpenMPSupport.rst
343

This is from the original table. Is this referring to begin/end declare variant feature, which I also added? If so, I should remove that one.

jdoerfert accepted this revision.Nov 5 2020, 1:53 PM

LGTM

clang/docs/OpenMPSupport.rst
343

yes. remove this and mark begin/end declare variant as done.

This revision is now accepted and ready to land.Nov 5 2020, 1:53 PM
dreachem updated this revision to Diff 303258.Nov 5 2020, 2:05 PM

Marking the "begin/end declare variant" feature as 'done' in the 5.1 table.

I don't have commit access. @jdoerfert, please commit the change if you think it's ready. Thanks.

This revision was automatically updated to reflect the committed changes.