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
/
ASTMerge
/
unnamed_fields
/
Inputs
/
il.cpp
blob
1bb0f358dcff61f5377e57a3e4357be8862e693d
1
void
f
(
int
X
,
int
Y
,
bool
Z
) {
2
auto
x
= [
X
,
Y
,
Z
] { (
void
)
Z
; };
3
}