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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
require-modular-includes
/
module.modulemap
blob
0ac4d5b7030da3b7bc6aeee5728e7eee5f71e225
1
module AnotherModule {
2
header "AnotherModule.h"
3
exclude header "AnotherModuleExcluded.h"
4
}
5
module Umbrella {
6
umbrella "umbrella"
7
}
8
module NotFramework {
9
header "NotFramework.h"
10
}
11
12
framework module * { }