repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Import
/
cxx-default-init-expr
/
Inputs
/
S.cpp
blob
2b83b5d2eedc740556431dad4bbceca757fdaa23
1
struct
Foo
{
2
int
i
;
3
};
4
5
struct
S
{
6
int
int_member
=
3
;
7
float
float_member
=
3.0
f
;
8
Foo class_member
=
Foo
();
9
};