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] Simplify the implementation of string and string_views operator== ...
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
template-default-args
/
module.modulemap
blob
21bf40c3bccaf3c53d833ed74212757d52aea356
1
module X {
2
module A { header "a.h" }
3
module B { header "b.h" }
4
module C { header "c.h" }
5
}
6
module Y {
7
module D { header "d.h" }
8
}