]> granicus.if.org Git - clang/commit
[OPENMP] Fixed analysis of function arguments and their data sharing attributes.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 19 May 2015 07:46:42 +0000 (07:46 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 19 May 2015 07:46:42 +0000 (07:46 +0000)
commite4d269c8913b3fba9c91f6dad738a86d2640040b
treebeb675f68b2a2defc9539b34786e9f46ed55b5d3
parent122f7cc0c74c3d9c6d53640fe75443325c79b3d3
[OPENMP] Fixed analysis of function arguments and their data sharing attributes.
Added proper analysis for types of function arguments.

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