[PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.

Alexey Bataev a.bataev at hotmail.com
Mon Aug 3 00:51:11 PDT 2015


ABataev updated this revision to Diff 31216.
ABataev added a comment.

Update after review


http://reviews.llvm.org/D10599

Files:
  include/clang/Basic/Attr.td
  include/clang/Basic/AttrDocs.td
  include/clang/Basic/DiagnosticParseKinds.td
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Basic/OpenMPKinds.def
  include/clang/Parse/Parser.h
  include/clang/Sema/Sema.h
  lib/AST/DeclPrinter.cpp
  lib/Basic/OpenMPKinds.cpp
  lib/Parse/ParseDeclCXX.cpp
  lib/Parse/ParseOpenMP.cpp
  lib/Parse/Parser.cpp
  lib/Sema/SemaOpenMP.cpp
  test/OpenMP/declare_simd_ast_print.c
  test/OpenMP/declare_simd_ast_print.cpp
  test/OpenMP/declare_simd_messages.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10599.31216.patch
Type: text/x-patch
Size: 22459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150803/60b052c5/attachment.bin>


More information about the cfe-commits mailing list