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
/
PCH
/
local_static.h
blob
a69382adf8384b01d5dc21c6087c83c0f9a74bb4
1
class
Bar
{
2
public
:
3
template
<
typename T
>
4
void
f
() {
5
static const
T y
=
0
;
6
}
7
};