]> granicus.if.org Git - clang/commit
[OPENMP] Fixed DSA processing for predetermined shared variables.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 20 Jan 2015 07:03:46 +0000 (07:03 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 20 Jan 2015 07:03:46 +0000 (07:03 +0000)
commita864175fc1feb6db1bc7758cf44afd6e8ac3b920
treee3d457ed444d1ce185c6be751162c29a4dddad1b
parent3a9971b5b8b35e17514c22a3dbbfd78f96d4d96a
[OPENMP] Fixed DSA processing for predetermined shared variables.
This patch allows to use predetermined shared variables in private clauses in
parallel or tasks regions.

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