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
/
PR28812
/
Textual.h
blob
769962e087921881e3a3cce9a6a37761780c5d01
1
#ifndef T_H
2
#define T_H
3
4
template
<
typename ValueType
>
struct
VarStreamArray
;
5
6
template
<
typename ValueType
>
struct
VarStreamArrayIterator
{
7
VarStreamArrayIterator
(
VarStreamArray
<
ValueType
>) {}
8
bool
HasError
{};
9
};
10
11
#endif
// T_H