[PATCH] [OPENMP] Initial support of 'reduction' clause
Alexey Bataev
a.bataev at hotmail.com
Thu May 15 01:30:39 PDT 2014
Hi doug.gregor, gribozavr, hfinkel, cbergstrom, fraggamuffin, rsmith,
Parsing and sema analysis for OpenMP clause 'reduction'
http://reviews.llvm.org/D3776
Files:
include/clang/AST/DataRecursiveASTVisitor.h
include/clang/AST/OpenMPClause.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/OpenMPKinds.def
include/clang/Sema/Sema.h
lib/AST/Stmt.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/Basic/OpenMPKinds.cpp
lib/Parse/ParseOpenMP.cpp
lib/Sema/SemaOpenMP.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
test/OpenMP/parallel_ast_print.cpp
test/OpenMP/parallel_reduction_messages.cpp
test/OpenMP/simd_linear_messages.cpp
tools/libclang/CIndex.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3776.9411.patch
Type: text/x-patch
Size: 59968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140515/850dda52/attachment.bin>
More information about the cfe-commits
mailing list