This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP5.1] Initial support for message clause.
ClosedPublic

Authored by jyu2 on Nov 18 2022, 10:29 AM.

Details

Summary

Initial support for message clause.

Diff Detail

Event Timeline

jyu2 created this revision.Nov 18 2022, 10:29 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 18 2022, 10:29 AM
jyu2 requested review of this revision.Nov 18 2022, 10:29 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 18 2022, 10:29 AM
ABataev added inline comments.Nov 18 2022, 10:42 AM
clang/lib/Sema/SemaOpenMP.cpp
11046

Use real type instead of auto

jyu2 updated this revision to Diff 476534.Nov 18 2022, 11:15 AM

Thanks Alexey for the review. Address his comment.

clang/lib/Sema/SemaOpenMP.cpp
11046

Thanks. How about using getSingleClause.

This revision is now accepted and ready to land.Nov 18 2022, 11:22 AM
jyu2 closed this revision.Nov 18 2022, 6:16 PM

checked with 9d90cf2fca44