[PATCH] [OPENMP] move all clauses to a separate header

Alexander Musman alexander.musman at gmail.com
Thu Feb 20 01:58:54 PST 2014


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

This patch moves all clauses to a separate header (there are no other changes in this patch.)
Motivation for this change is that clauses may be used by both stmt-like (e.g. ‘omp simd’) and decl-like openmp directives (e.g. ‘omp declare simd’).


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

Files:
  include/clang/AST/StmtOpenMP.h
  include/clang/AST/OpenMPClause.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2843.1.patch
Type: text/x-patch
Size: 31074 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140220/1f06c9c3/attachment.bin>


More information about the cfe-commits mailing list