]> granicus.if.org Git - clang/commit
[OPENMP] Allow redeclaration of variables as threadprivate.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 8 Apr 2015 12:45:41 +0000 (12:45 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 8 Apr 2015 12:45:41 +0000 (12:45 +0000)
commit14176f4564f414fb20d110a870fb09f81e6dff17
tree3911411aefd9fbc2fc1cdb520d17dd77606800bc
parent13756eaa7c29673267fd20651a56883335dca123
[OPENMP] Allow redeclaration of variables as threadprivate.

No need to emit an error message if the variable is redeclared as threadprivate.

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