repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
cxx11-thread-unsupported.cpp
blob
d3fcf82ef41597fc15747d570ba6d71f69aebda1
1
// RUN: %clang_cc1 -std=c++11 -triple=x86_64-apple-macosx10.6 -verify %s
2
3
void
f
() {
4
thread_local
int
x
;
// expected-error {{thread-local storage is not supported for the current target}}
5
}