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
remove 'Escape' from token character class
[smatch.git]
/
validation
/
Wunknown-attribute-def.c
blob
0c0868d6ba6c0c8056ab1516c9af741195ca52c2
1
static int
foo
(
void
)
__attribute__
((
unknown_attribute
));
2
3
/*
4
* check-name: warn-unknown-attribute
5
*
6
* check-error-start
7
Wunknown-attribute-def.c:1:37: warning: attribute 'unknown_attribute': unknown attribute
8
* check-error-end
9
*/