summaryrefslogtreecommitdiff
path: root/test/Sema/thread-specifier.c
Commit message (Expand)AuthorAgeFilesLines
* Quote the token being diagnosed for C11 extensions.Aaron Ballman2019-08-271-27/+27
* Fixing a weird copy-pasta to get bots back to green.Aaron Ballman2019-08-261-1/+1
* Reword the C11 extension diagnostic.Aaron Ballman2019-08-261-27/+27
* Diagnose use of _Thread_local as an extension when not in C11 mode.Aaron Ballman2019-08-261-33/+46
* [Tests] Modified Lit Tests to be C++11 compatibileCharles Li2015-08-271-2/+2
* Do not warn on keyword undefSerge Pavlov2014-12-121-2/+0
* Emit warning if define or undef reserved identifier or keyword.Serge Pavlov2014-12-111-0/+2
* Reverted r223114, it caused failure on on clang-native-arm-cortex-a9.Serge Pavlov2014-12-021-2/+0
* Emit warning if define or undef reserved identifier or keyword.Serge Pavlov2014-12-021-0/+2
* Sema: Static redeclaration after extern declarations is a Microsoft ExtensionDavid Majnemer2014-06-181-1/+1
* __thread: Move constant init check to CheckCompleteVariableDeclarationReid Kleckner2014-04-301-0/+13
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-4/+4
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-4/+4
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-6/+6
* Add -Wdeprecated warnings and fixits for things deprecated in C++11:Richard Smith2013-06-131-2/+2
* Local thread_local variables are implicitly 'static'. (This doesn't apply to ...Richard Smith2013-04-151-5/+3
* Properly check for a constant initializer for a thread-local variable.Richard Smith2013-04-151-0/+2
* Diagnose if a __thread or _Thread_local variable has a non-constant initializerRichard Smith2013-04-141-2/+27
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-131-2/+9
* Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith2013-04-121-13/+61
* Move the test for PR13720 from Sema/init.c to Sema/thread-specifier.c.Hans Wennborg2012-08-291-0/+7
* c: privide deprecated warning when __private_extern__ storageFariborz Jahanian2012-08-171-1/+1
* Test the '__thread' before 'static' warning.Hans Wennborg2012-06-041-5/+7
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Print an error for uses of __thread on targets which don't support it.Eli Friedman2009-04-191-1/+1
* Tests for __thread specifier.Eli Friedman2009-04-191-0/+21