[PATCH] D11469: [OPENMP] Parsing and sema support for device clause

Kelvin Li kkwli0 at gmail.com
Mon Aug 3 06:44:00 PDT 2015


kkwli0 updated this revision to Diff 31227.
kkwli0 added a comment.

This patch is to resolve the merge issue and no new code is added.


http://reviews.llvm.org/D11469

Files:
  include/clang/AST/DataRecursiveASTVisitor.h
  include/clang/AST/OpenMPClause.h
  include/clang/AST/RecursiveASTVisitor.h
  include/clang/Basic/OpenMPKinds.def
  include/clang/Sema/Sema.h
  lib/AST/StmtPrinter.cpp
  lib/AST/StmtProfile.cpp
  lib/Basic/OpenMPKinds.cpp
  lib/CodeGen/CGStmtOpenMP.cpp
  lib/Parse/ParseOpenMP.cpp
  lib/Sema/SemaOpenMP.cpp
  lib/Sema/TreeTransform.h
  lib/Serialization/ASTReaderStmt.cpp
  lib/Serialization/ASTWriterStmt.cpp
  test/OpenMP/target_data_device_messages.cpp
  test/OpenMP/target_device_messages.cpp
  tools/libclang/CIndex.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11469.31227.patch
Type: text/x-patch
Size: 17727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150803/81fb1798/attachment.bin>


More information about the cfe-commits mailing list