[PATCH] D10765: [OPENMP] Parsing and sema support for #pragma omp target data" directive.
Kelvin Li
kkwli0 at gmail.com
Tue Jul 7 13:05:36 PDT 2015
Revised based on comments.
- Fixed format
- Added code not to assert in EmitOMPTargetDataDirective
- Incorporated 'target data' parsing in the current framework
http://reviews.llvm.org/D10765
Files:
include/clang/AST/OpenMPClause.h
include/clang/AST/StmtOpenMP.h
include/clang/Sema/Sema.h
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CGStmtOpenMP.cpp
lib/CodeGen/CodeGenFunction.h
lib/Parse/ParseOpenMP.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10765.29206.patch
Type: text/x-patch
Size: 8690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150707/f05b0c76/attachment.bin>
More information about the cfe-commits
mailing list