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
/
Import
/
template
/
test.cpp
blob
89cbda8b92fb23873e9104bc7226158fa144ab95
1
// RUN: clang-import-test -import %S/Inputs/T.cpp -expression %s
2
void
expr
() {
3
A
<
int
>::
B b
;
4
}