[PATCH] D10765: [OPENMP] Parsing and sema support for #pragma omp target data" directive.
Kelvin Li
kkwli0 at gmail.com
Thu Jul 16 15:56:17 PDT 2015
kkwli0 updated this revision to Diff 29959.
kkwli0 added a comment.
- this is the full diff
- sync up the code in ParseOpenMPDirectiveKind
- use the existing infrastructure for generating if clause on target data
Thanks.
http://reviews.llvm.org/D10765
Files:
include/clang-c/Index.h
include/clang/AST/DataRecursiveASTVisitor.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/StmtOpenMP.h
include/clang/Basic/OpenMPKinds.def
include/clang/Basic/StmtNodes.td
include/clang/Sema/Sema.h
include/clang/Serialization/ASTBitCodes.h
lib/AST/Stmt.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/Basic/OpenMPKinds.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CGStmtOpenMP.cpp
lib/CodeGen/CodeGenFunction.h
lib/Parse/ParseOpenMP.cpp
lib/Sema/SemaOpenMP.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
test/OpenMP/target_data_ast_print.cpp
test/OpenMP/target_data_if_messages.cpp
test/OpenMP/target_data_messages.c
tools/libclang/CIndex.cpp
tools/libclang/CXCursor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10765.29959.patch
Type: text/x-patch
Size: 28997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150716/804260cb/attachment.bin>
More information about the cfe-commits
mailing list