]> granicus.if.org Git - clang/commit
Diagnose if a __thread or _Thread_local variable has a non-constant initializer
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 14 Apr 2013 20:11:31 +0000 (20:11 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 14 Apr 2013 20:11:31 +0000 (20:11 +0000)
commit6a570f610c101054e79af2fcdb73a10f8e3f337d
tree2c427c76ef97f343ba265d9904ec0f1e23111b67
parent1ac39c2599b52acbf08e30c93ad358caced9deb5
Diagnose if a __thread or _Thread_local variable has a non-constant initializer
or non-trivial destructor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179491 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDecl.cpp
test/Sema/thread-specifier.c