This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Sema and parse for 'distribute parallel for simd'
ClosedPublic

Authored by kkwli0 on Jul 4 2016, 9:52 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kkwli0 updated this revision to Diff 62693.Jul 4 2016, 9:52 AM
kkwli0 retitled this revision from to [OpenMP] Sema and parse for 'distribute parallel for simd'.
kkwli0 updated this object.
ABataev accepted this revision.Jul 4 2016, 8:07 PM
ABataev edited edge metadata.

LG with some nits

include/clang/AST/StmtOpenMP.h
2886 ↗(On Diff #62693)

Remove '\brief' tag here and in all other places, it is not required

2895 ↗(On Diff #62693)

Mark as 'final' class

This revision is now accepted and ready to land.Jul 4 2016, 8:07 PM
kkwli0 marked 2 inline comments as done.Jul 4 2016, 8:44 PM

I will incorporate the comments in the commit version. Thanks.

This revision was automatically updated to reflect the committed changes.