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
/
Inputs
/
chain-macro-override1.h
blob
9cd6a66b3d314b35617ae841d6f34ba5637ead5c
1
void
f
(
void
)
__attribute__
((
unavailable
));
2
void
g
(
void
);
3
#define g() f()
4
#define h() f()
5
#define x x
6
#define h2() f()
7
8
#define h3()
9
#undef h3