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-template-pattern-visibility
/
module.modulemap
blob
e00d1b9551ee93a768fced6b6f2ec7762fe971c9
1
module X {
2
module A { header "a.h" }
3
module B { header "b.h" }
4
}
5
module Y {
6
module C { header "c.h" }
7
module D { header "d.h" }
8
}