]> granicus.if.org Git - clang/commit
Local thread_local variables are implicitly 'static'. (This doesn't apply to _Thread_...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 15 Apr 2013 08:33:22 +0000 (08:33 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 15 Apr 2013 08:33:22 +0000 (08:33 +0000)
commitdf4cc0a0c75ff9d92ca501ecd40c5413b97506d6
treedd5b65ae503ed4ee7d8cdfb29a8ed2f8aa8bd2d1
parentb6b127f279f89d992e0713866f17fed267147a79
Local thread_local variables are implicitly 'static'. (This doesn't apply to _Thread_local nor __thread.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179517 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/Sema/thread-specifier.c
test/SemaCXX/cxx11-thread-local.cpp [new file with mode: 0644]