]> granicus.if.org Git - clang/commit
[OPENMP] Consider global named register variables as threadprivate by default.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 13 Jan 2015 03:35:30 +0000 (03:35 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 13 Jan 2015 03:35:30 +0000 (03:35 +0000)
commitc4657ce15771243fda44de72d1f8fa6a25f76927
tree0e404d36bdbd9a46830728290f29eeb6a05417bc
parent85f2b4c24c7b307e65000b79c020cade580f8e48
[OPENMP] Consider global named register variables as threadprivate by default.
Register are thread-local by default, so we have to consider them as threadprivate.

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