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
sparse, llvm: Kill ifdef'd unssa() call
[smatch.git]
/
validation
/
sizeof-compound-postfix.c
blob
3b716feda6c355f1e9a0348b8d63bc0eaf799bff
1
struct
foo
{
int
x
,
y
;};
2
static int
a
(
void
)
3
{
4
return sizeof
(
struct
foo
){
0
,
1
}.
y
;
5
}
6
/*
7
* check-name: Handling of sizeof compound-literal . member
8
*/