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

Kelvin Li kkwli0 at gmail.com
Fri Jul 24 10:55:14 PDT 2015


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

Update the patch based on the review comments.


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.30578.patch
Type: text/x-patch
Size: 17733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150724/5907467e/attachment.bin>


More information about the cfe-commits mailing list