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-aix.c
blob
5aaa2090695656feef6e365b4b3f989e27dc76a3
1
// RUN: %clang_cc1 -fsyntax-only -verify %s -triple powerpc-ibm-aix
2
// RUN: %clang_cc1 -fsyntax-only -verify %s -triple powerpc64-ibm-aix
3
// expected-no-diagnostics
4
5
extern
__builtin_va_list ap
;
6
extern
char
*
ap
;