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
ignore VOID when trying to if-convert phi-nodes
[smatch.git]
/
validation
/
restricted-typeof.c
blob
1592664553de4f8990c8eef4c8c243a59ad42651
1
typedef
unsigned
__attribute__
((
bitwise
))
A
;
2
static
A x
;
3
static
__typeof__
(
x
)
y
;
4
static
A
*
p
= &
y
;
5
/*
6
* check-name: typeof with bitwise types
7
* check-command: sparse -Wbitwise $file
8
*/