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
/
ClangScanDeps
/
Inputs
/
module.modulemap
blob
ae8534247c150f6ac8cda2e405808d6d5a3db753
1
module header1 {
2
header "header.h"
3
}
4
5
module header2 {
6
header "header2.h"
7
}
8
9
module header3 {
10
header "header.h"
11
header "header3.h"
12
}