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
/
preamble_macro_template.h
blob
18b076d95cfcd546edba3b2c97659bc422fb6945
1
#define STATIC_CAST static_cast
2
3
template
<
typename T
>
4
void
foo
(
T
*
p
) {
5
(
void
)
STATIC_CAST
<
T
*>(
0
);
6
}