This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP 4.5] Parse+Sema for '#pragma omp declare target' clauses
ClosedPublic

Authored by DmitryPolukhin on May 6 2016, 1:48 AM.

Details

Summary

Support OpenMP version 4.5 syntax for #pragma omp declare target.

Syntax:

#pragma omp declare target (extended-list) new-line

or

#pragma omp declare target clause[ [,] clause ... ] new-line

Where clause is one of the following:

to(extended-list)
link(list)

Diff Detail

Event Timeline

DmitryPolukhin retitled this revision from to [OpenMP 4.5] Parse+Sema for '#pragma omp declare target' clauses.
DmitryPolukhin updated this object.
DmitryPolukhin added a reviewer: ABataev.
DmitryPolukhin added a subscriber: cfe-commits.
ABataev accepted this revision.May 6 2016, 2:04 AM
ABataev edited edge metadata.

LG

This revision is now accepted and ready to land.May 6 2016, 2:04 AM
This revision was automatically updated to reflect the committed changes.