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
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
cxx20
/
unimported.h
blob
226b087c0848c1f7ab0b411c038b3ebf2cb7eb34
1
namespace
StructuredBinding
{
2
struct
Q
{
int
p
,
q
; };
3
static
auto
[
a
,
b
] =
Q
();
4
}