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
/
StdDef
/
module.modulemap
blob
5c4e0dae7ba6a93cbf539b0aa29216dbe820ba68
1
module StdDef {
2
module SizeT {
3
header "size_t.h"
4
export *
5
}
6
7
module Other {
8
header "other.h"
9
export *
10
}
11
12
module PtrDiffT {
13
header "ptrdiff_t.h"
14
export *
15
}
16
17
module IncludeAgain {
18
header "include_again.h"
19
export *
20
}
21
}