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
/
lsv-debuginfo
/
C
/
C.h
blob
52c6e4dbac94efea7c13773df45579fb832762b5
1
#ifndef C_H
2
#define C_H
3
#include <A/ADT.h>
4
5
namespace
llvm
{
6
class
D
{
7
struct
Q
{
8
unsigned
a
,
b
,
c
,
d
;
9
};
10
SmallVector
<
Q
,
4
>
q
;
11
};
12
}
// namespace llvm
13
#endif