[PATCH] D11469: [OPENMP] Parsing and sema support for device clause

Michael Wong fraggamuffin at gmail.com
Fri Jul 31 18:33:39 PDT 2015


fraggamuffin added a comment.

In ParseOpenMP.cpp, it failed the patch because OMPC_ordered was already added before OMPC_device. But it does not affect the patch if we add it after this.

Please produce a new patch with this update.


http://reviews.llvm.org/D11469







More information about the cfe-commits mailing list