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
/
SameHeader
/
module.modulemap
blob
d0283a71ac97c4419f813e5d9c644e2204d75320
1
module X {
2
module A {
3
header "A.h"
4
export *
5
}
6
module B {
7
header "B.h"
8
export *
9
}
10
export *
11
}