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
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
PCH
/
Inputs
/
chain-macro-override2.h
blob
9da208c8ba6a351372b9382b7553107e3c42fa39
1
#define f() g()
2
#undef g
3
#undef h
4
#define h() g()
5
int
x
;
6
#undef h2
7
8
int
h3
(
void
);