]> granicus.if.org Git - clang/commit
[OPENMP] Prohibit VLAs in 'private/firstprivate' clauses of 'task' directive.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 19 May 2015 08:44:56 +0000 (08:44 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 19 May 2015 08:44:56 +0000 (08:44 +0000)
commit34c2a4c1e074abedcb681e44858720eb27b33e3d
tree8ea907b6a52e13a000a0587b411caa7c84f31fc2
parentb777f2409f70c779162dee0442f087920d518a4a
[OPENMP] Prohibit VLAs in 'private/firstprivate' clauses of 'task' directive.
Currently runtime does not allow to support variably modified types for 'private' and 'firstprivate' clauses in 'task' directives.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237674 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaOpenMP.cpp
test/OpenMP/single_copyprivate_messages.cpp
test/OpenMP/task_firstprivate_messages.cpp
test/OpenMP/task_private_messages.cpp