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] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
libstdcxx-ambiguous-internal
/
module.modulemap
blob
12d03880c6e463c1dd9fdcaf9b9b22b2795e9c65
1
module std {
2
module A { textual header "a.h" }
3
module B { header "b.h" }
4
module C { header "c.h" }
5
module D { header "d.h" export * }
6
}