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
/
Index
/
Inputs
/
redeclarations.h
blob
7f0d7aebb8627bbc7136af9e4ff361bb813ac627
1
class
X
2
{
3
friend class
A
;
4
};
5
6
7
template
<
typename T1
,
typename T2
>
8
class
B
9
{
10
};
11
12
template
<
class
T
>
13
struct
C
14
{
15
};
16
17
class
D
18
{
19
B
<
D
,
class
A
>
x
;
20
friend
struct
C
<
A
>;
21
};