index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
ASTMerge
/
unnamed_fields
/
Inputs
/
il.cpp
blob: 1bb0f358dcff61f5377e57a3e4357be8862e693d (
plain
)
1
2
3
void f(int X, int Y, bool Z) { auto x = [X, Y, Z] { (void)Z; }; }