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
/
submodule-visibility
/
b.h
blob
39df6a02cb40c1525d1c6f94c00eeb0d65970baa
1
int
m
=
n
;
2
3
#include
"other.h"
4
#include
"c.h"
5
6
#if defined(A) && !defined(ALLOW_NAME_LEAKAGE)
7
#warning A is defined
8
#endif
9
10
#define B
11
12
template
<
typename T
>
void
b_template
() {
13
N
::
C
::
f
(
0
);
14
}