repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sparse, llvm: Kill ifdef'd unssa() call
[smatch.git]
/
validation
/
varargs1.c
blob
2e3b4295cdfbcfaf49c2d5bb125c4d5a220fd3c1
1
extern
int
foo
(
const char
*, ...);
2
static void
sparse_error
(
const char
err
[])
3
{
4
foo
(
"%s
\n
"
,
err
);
5
}
6
/*
7
* check-name: Varargs bogus warning regression test #1
8
*/