git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
tracetool: carefully define SDT_USE_VARIADIC
[qemu.git]
/
scripts
/
coccinelle
/
typecast.cocci
1
// Remove useless casts
2
@@
3
type T;
4
T v;
5
@@
6
- (T *)&v
7
+ &v