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
/
Sema
/
varargs-x86-32.c
blob
0359e65892f098fdd6fb540791225d45a03d13d7
1
// RUN: %clang_cc1 -fsyntax-only -verify %s -triple i386-apple-darwin9
2
3
void
foo
(
int
a
, ...) {
4
__builtin_ms_va_start
((
void
*)
0
,
a
);
// expected-error {{this builtin is only available on x86-64 and aarch64 targets}}
5
}