[PATCH] [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support

Alexander Musman alexander.musman at gmail.com
Mon Feb 17 04:54:43 PST 2014


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

Hi All,

Can you please review a first patch for 'omp simd' directive in clang front-end? The changes are mostly related to parsing and Sema for the directive (there are no any clauses and no Sema for loop body / collapsed loop checks yet, I suggest that I will send them in a separate patch)?

Best regards,
Alexander


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

Files:
  test/OpenMP/simd_misc_messages.c
  test/OpenMP/simd_ast_print.cpp
  include/clang/Basic/OpenMPKinds.def
  include/clang/Basic/StmtNodes.td
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Sema/Sema.h
  include/clang/AST/StmtOpenMP.h
  include/clang/AST/DataRecursiveASTVisitor.h
  include/clang/AST/RecursiveASTVisitor.h
  include/clang/Serialization/ASTBitCodes.h
  tools/libclang/CIndex.cpp
  lib/Basic/OpenMPKinds.cpp
  lib/Sema/TreeTransform.h
  lib/Sema/SemaOpenMP.cpp
  lib/AST/Stmt.cpp
  lib/AST/StmtPrinter.cpp
  lib/AST/StmtProfile.cpp
  lib/StaticAnalyzer/Core/ExprEngine.cpp
  lib/CodeGen/CGStmt.cpp
  lib/Parse/ParseOpenMP.cpp
  lib/Serialization/ASTReaderStmt.cpp
  lib/Serialization/ASTWriterStmt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2815.1.patch
Type: text/x-patch
Size: 28901 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140217/34e2528a/attachment.bin>


More information about the cfe-commits mailing list