[OPENMP] Allow ‘reduction’ clause on ‘omp simd’ directive.
authorAlexander Musman <alexander.musman@gmail.com>
Tue, 8 Jul 2014 11:33:21 +0000 (11:33 +0000)
committerAlexander Musman <alexander.musman@gmail.com>
Tue, 8 Jul 2014 11:33:21 +0000 (11:33 +0000)
commitaf89c4e51fc81f9e7b488a27d9b86aa20bef0e73
tree56c6db9562271d2ae861c3e621285d3054e01a2b
parentdcb8d9cc8086f0da491c68ab06517aece50c1098
[OPENMP] Allow ‘reduction’ clause on ‘omp simd’ directive.

llvm-svn: 212525
clang/include/clang/Basic/OpenMPKinds.def
clang/test/OpenMP/simd_misc_messages.c
clang/test/OpenMP/simd_reduction_messages.cpp [new file with mode: 0644]