[PATCH] [OPENMP] Implemented 'copyin' clause

Alexey Bataev a.bataev at hotmail.com
Fri Mar 7 04:03:06 PST 2014


Hi doug.gregor, hfinkel, cbergstrom, fraggamuffin, gribozavr,

Added parsing and basic sema analysis for 'copyin' clause

http://llvm-reviews.chandlerc.com/D3004

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_copyin_messages.cpp
  tools/libclang/CIndex.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3004.1.patch
Type: text/x-patch
Size: 24265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140307/761d0b52/attachment.bin>


More information about the cfe-commits mailing list