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][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
merge-lifetime-extended-temporary
/
module.modulemap
blob
1339d627a44afa103f1de84a6d4fe32701b7c6bf
1
module "a" {
2
export *
3
header "a.h"
4
}
5
6
module "b" {
7
export *
8
header "b.h"
9
}
10
11
module "c" {
12
export *
13
header "c.h"
14
}