This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Sema and parsing for 'teams distribute' pragma
ClosedPublic

Authored by kkwli0 on Aug 4 2016, 6:59 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

kkwli0 updated this revision to Diff 66899.Aug 4 2016, 6:59 PM
kkwli0 retitled this revision from to [OpenMP] Sema and parsing for 'teams distribute' pragma.
kkwli0 updated this object.
kkwli0 added a subscriber: cfe-commits.
ABataev accepted this revision.Aug 5 2016, 4:26 AM
ABataev edited edge metadata.

LG with a nit

include/clang/Sema/Sema.h
8254 ↗(On Diff #66899)

No \brief

This revision is now accepted and ready to land.Aug 5 2016, 4:26 AM
kkwli0 added a comment.Aug 5 2016, 7:37 AM

Thanks. I will update it when I commit the patch.

This revision was automatically updated to reflect the committed changes.