Files
clang-p2996/clang/test/Sema
Reid Kleckner 92fc0178c6 __thread: Move constant init check to CheckCompleteVariableDeclaration
We were emitting dynamic initializers for __thread variables if there
was no explicit initializer, as in this test case:

struct S { S(); };
__thread S s;

llvm-svn: 207675
2014-04-30 17:10:18 +00:00
..
2013-09-18 09:08:52 +00:00
2013-05-06 21:39:12 +00:00
2012-07-23 08:59:39 +00:00
2013-08-22 10:04:41 +00:00
2012-10-26 07:02:46 +00:00
2013-02-07 18:32:25 +00:00
2014-01-16 02:37:08 +00:00
2012-11-29 16:09:03 +00:00
2012-11-27 02:58:49 +00:00
2013-10-22 21:39:03 +00:00
2013-01-23 20:02:51 +00:00
2014-01-16 02:37:08 +00:00