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
[LLVM][NVPTX] Add support for griddepcontrol instruction (#123511)
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
shadowed-submodule
/
A1
/
module.modulemap
blob
7afbc4713617b3b8c8e9a1b799842a61ae25d7fa
1
module A [system] { // expected-note {{previous definition is here}}
2
module sub {
3
header "sys/A.h"
4
}
5
module sub2 {
6
header "sys/A2.h"
7
}
8
module stdarg {
9
header "stdarg.h"
10
export *
11
}
12
}
13
14
module A2 {}