repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
decodetree: Open files with encoding='utf-8'
[qemu/ar7.git]
/
scripts
/
coccinelle
/
typecast.cocci
blob
be2183ee4f597ae12d33eb8cb2c3400f8da4e816
1
// Remove useless casts
2
@@
3
type T;
4
T v;
5
@@
6
- (T *)&v
7
+ &v