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
db: add a comment
[smatch.git]
/
validation
/
badtype1.c
blob
ced7f9f160a0a8694072a512fa4f162830e63ae1
1
static void
foo
(
enum
bar baz
);
2
3
/*
4
* check-name: enum not in scope
5
* check-known-to-fail
6
*/