]> granicus.if.org Git - clang/commit
[OPENMP] Prohibit variably modified types in 'copyprivate' clause.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 19 May 2015 08:19:24 +0000 (08:19 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 19 May 2015 08:19:24 +0000 (08:19 +0000)
commitb777f2409f70c779162dee0442f087920d518a4a
tree179685b58d91b9690003ea9c06b60de6fe68ea23
parente4d269c8913b3fba9c91f6dad738a86d2640040b
[OPENMP] Prohibit variably modified types in 'copyprivate' clause.
Runtime does not allow to work with VLAs in copyprivate clause.

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