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
/
lsv-debuginfo
/
module.modulemap
blob
5bb044908dc71ec7d4b03babd551005f4545ce48
1
module A {
2
umbrella "A" module * { export * }
3
}
4
module B {
5
umbrella "B" module * { export * }
6
}
7
module C {
8
umbrella "C" module * { export * }
9
}