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
/
no-undeclared-includes-builtins
/
glibc
/
module.modulemap
blob
0816a7a9bc6fc6838f7fa97cb349ebe2e24f6b24
1
module glibc [system] [no_undeclared_includes] {
2
// glibc relies on the builtin stddef.h, so it has no stddef.h of its own.
3
header "stdio.h"
4
export *
5
}