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
function_hooks: update comment explaining various function hooks
[smatch.git]
/
validation
/
preprocessor
/
ident.c
blob
3e7f3ad09b803224566f9fc60eb37d7a59d680c7
1
#ident
"foo"
2
3
/*
4
* check-description: check that the non-standard "#ident ..." is ignored.
5
* check-name: ident
6
* check-command: sparse -E $file
7
*
8
* check-output-start
9
10
11
* check-output-end
12
*/