This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP51]Initial support for nocontext clause
ClosedPublic

Authored by jyu2 on Apr 3 2021, 2:32 PM.

Details

Summary

Added basic parsing/sema/serialization support for the 'nocontext' clause.

Diff Detail

Event Timeline

jyu2 created this revision.Apr 3 2021, 2:32 PM
jyu2 requested review of this revision.Apr 3 2021, 2:32 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 3 2021, 2:32 PM
Herald added a subscriber: sstefan1. · View Herald Transcript

Formatting

clang/lib/Sema/SemaOpenMP.cpp
14908

This must be fixed in a separate patch

jyu2 updated this revision to Diff 335272.Apr 5 2021, 9:04 AM

Fix formatting problem and address Alexey's comment. Thanks Alexey for the review!

jyu2 added inline comments.Apr 5 2021, 9:06 AM
clang/lib/Sema/SemaOpenMP.cpp
14908

Okay I will submit separate patch for this. Thanks.

This revision is now accepted and ready to land.Apr 5 2021, 9:12 AM
This revision was automatically updated to reflect the committed changes.
jyu2 marked an inline comment as done and an inline comment as not done.