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
/
nested-template-default-arg-redecl
/
module.modulemap
blob
a0071fd79e184faac8fc1bd26b36a3adc797a028
1
module ALIAS1 {
2
header "alias1.h"
3
module ALIAS2 {
4
header "alias2.h"
5
}
6
}
7
module VAR1 {
8
header "var1.h"
9
module VAR2 {
10
header "var2.h"
11
}
12
}
13
module FUNC1 {
14
header "func1.h"
15
module FUNC2 {
16
header "func2.h"
17
}
18
}
19
module STRCT1 {
20
header "strct1.h"
21
module STRCT2 {
22
header "strct2.h"
23
}
24
}