[PATCH] D16279: [OpenMP] Parsing + sema for "target exit data" directive.
Arpith Jacob via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 18 18:35:39 PST 2016
arpith-jacob updated this revision to Diff 45226.
arpith-jacob added a comment.
Addressed comments from similar patch for 'target enter data' directive.
Added comment about 'target exit data'.
Removed parens around 0.
http://reviews.llvm.org/D16279
Files:
include/clang-c/Index.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/StmtOpenMP.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/Basic/OpenMPKinds.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/nesting_of_regions.cpp
test/OpenMP/target_exit_data_ast_print.cpp
test/OpenMP/target_exit_data_device_messages.cpp
test/OpenMP/target_exit_data_if_messages.cpp
test/OpenMP/target_exit_data_map_messages.c
tools/libclang/CIndex.cpp
tools/libclang/CXCursor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16279.45226.patch
Type: text/x-patch
Size: 60988 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160119/dffa5da7/attachment-0001.bin>
More information about the cfe-commits
mailing list