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-tools-extra
/
test
/
modularize
/
Inputs
/
NoProblems.modulemap
blob
82029c1e41ade7e484200276480310f94572d17b
1
// NoProblems.modulemap
2
module SomeTypes {
3
header "SomeTypes.h"
4
export *
5
}
6
module SomeDecls {
7
header "SomeDecls.h"
8
export *
9
}