summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/simd_simdlen_messages.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP 4.1] Initial support for 'simdlen' clause.Alexey Bataev2015-08-211-0/+79
Add parsing/sema analysis for 'simdlen' clause in simd directives. Also add check that if both 'safelen' and 'simdlen' clauses are specified, the value of 'simdlen' parameter is less than the value of 'safelen' parameter. llvm-svn: 245692
OpenPOWER on IntegriCloud