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
[libc++][NFC] Remove trailing whitespace from release notes
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
import-textual
/
M
/
module.modulemap
blob
f80194876caaed0c23456cf7419acb2dadb418e2
1
2
module M {
3
4
module A {
5
header "A/A.h"
6
textual header "someheader.h"
7
export *
8
}
9
10
module B {
11
header "B/B.h"
12
textual header "someheader.h"
13
export *
14
}
15
16
export *
17
}