repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[analyzer] Use the new registration mechanism on the non-path-sensitive-checkers:
[clang.git]
/
test
/
CodeGen
/
2008-07-22-bitfield-init-after-zero-len-array.c
blob
33bd800456f9974a49eb4ac8fa981fcfb7282224
1
// RUN: %clang_cc1 -triple=i686-apple-darwin9 -emit-llvm -o - %s | FileCheck %s
2
3
struct
et7
{
4
float
lv7
[
0
];
5
char
mv7
:
6
;
6
}
yv7
= {
7
{},
8
52
,
9
};
10
11
// CHECK: @yv7 = global
12
// CHECK: i8 52,