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
Leave symbol pseudo usage intact when doing phi-node conversion.
[smatch.git]
/
validation
/
varargs1.c
blob
6ae66be991d82d405618c982ef6681afb625bf87
1
extern
int
foo
(
const char
*, ...);
2
void
error
(
const char
err
[])
3
{
4
foo
(
"%s
\n
"
,
err
);
5
}