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
/
class-extension
/
module.modulemap
blob
5c30bc57e46c72c23e09538fda5a55b01001cc6f
1
2
module A {
3
header "a.h"
4
header "a-proto.h"
5
export *
6
}
7
8
module AP {
9
header "a-private.h"
10
export *
11
}