]> granicus.if.org Git - clang/commit
[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)
commit6f64411e4bfec719412c0af86aa5ef6a0104ec10
tree53dd88e4efabd5299250334634275945d450fc8a
parent3d902679f1f7ef2913060856107c545454528e84
[OPENMP] Allow ‘reduction’ clause on ‘omp simd’ directive.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212525 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/OpenMPKinds.def
test/OpenMP/simd_misc_messages.c
test/OpenMP/simd_reduction_messages.cpp [new file with mode: 0644]