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
/
merge-anon-in-template
/
c.h
blob
e0b9b0a3317c111d6e67744363654fc3c11b0e22
1
template
<
typename T
>
struct
is_floating
{
2
enum
{
value
=
0
};
3
typedef
int
type
;
4
};
5
#include
"b.h"
6
bool
n20
=
is_floating
<
int
>::
value
;