This is an archive of the discontinued LLVM Phabricator instance.

[Clang][[OpenMP5.1] Initial parser/sema for default(private) clause
ClosedPublic

Authored by jyu2 on May 18 2022, 11:01 AM.

Details

Summary

This implements the default(private) clause as defined in OMP5.1

Diff Detail

Event Timeline

jyu2 created this revision.May 18 2022, 11:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2022, 11:01 AM
jyu2 requested review of this revision.May 18 2022, 11:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2022, 11:01 AM
ABataev accepted this revision.May 18 2022, 12:07 PM

LG with a nit

clang/lib/Parse/ParseOpenMP.cpp
2925

Restore

This revision is now accepted and ready to land.May 18 2022, 12:07 PM
jyu2 updated this revision to Diff 430715.May 19 2022, 9:28 AM

Thanks Alexey for the review. This is fix the nit.

jyu2 marked an inline comment as done.May 19 2022, 9:36 AM
This revision was landed with ongoing or failed builds.May 19 2022, 12:47 PM
This revision was automatically updated to reflect the committed changes.