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
/
normal-module-map
/
module.modulemap
blob
e17f44a8f4ffc6396a097b1e5fda802e10dc5ba3
1
module libA {
2
module a1 { header "a1.h" }
3
header "a2.h"
4
}
5
6
module libB {
7
header "b1.h"
8
}
9
10
module nested_umbrella {
11
umbrella "nested_umbrella"
12
module * { }
13
}