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
/
private
/
module.modulemap
blob
9da44354be1449c29265c23f42a4bda70762cf44
1
module libPrivate1 {
2
header "public1.h"
3
private header "private1.h"
4
}
5
6
module libPrivate2 {
7
header "public2.h"
8
private header "private2.h"
9
}