aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/thread-specifier.c
AgeCommit message (Expand)Author
2013-04-15Local thread_local variables are implicitly 'static'. (This doesn't apply to ...Richard Smith
2013-04-15Properly check for a constant initializer for a thread-local variable.Richard Smith
2013-04-14Diagnose if a __thread or _Thread_local variable has a non-constant initializerRichard Smith
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith
2013-04-12Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith
2012-08-29Move the test for PR13720 from Sema/init.c to Sema/thread-specifier.c.Hans Wennborg
2012-08-17c: privide deprecated warning when __private_extern__ storageFariborz Jahanian
2012-06-04Test the '__thread' before 'static' warning.Hans Wennborg
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-04-19Print an error for uses of __thread on targets which don't support it.Eli Friedman
2009-04-19Tests for __thread specifier.Eli Friedman