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