Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e93c63d468d36e67cb15d183ecc6b8216c87c138
/
.
/
clang
/
test
/
Modules
/
Inputs
/
require-modular-includes
/
module.modulemap
blob: 0ac4d5b7030da3b7bc6aeee5728e7eee5f71e225 [
file
] [
log
] [
blame
]
module
AnotherModule
{
header
"AnotherModule.h"
exclude header
"AnotherModuleExcluded.h"
}
module
Umbrella
{
umbrella
"umbrella"
}
module
NotFramework
{
header
"NotFramework.h"
}
framework
module
*
{
}