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
/
merge-vtable-codegen
/
a.h
blob
c2885379aa414f427ba18a624e4c8386a10935b8
1
#ifndef A_H
2
#define A_H
3
4
struct
A
{
5
virtual
void
x
();
6
};
7
8
#endif