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
/
CodeGen
/
Inputs
/
debug-info-macro.h
blob
f71d5c3343d25a9b949858e0e7c8cd3d473a0b50
1
2
#ifdef D1
3
/*Line 3*/
#define A(x, y, z) (x)
4
#endif
5
6
#ifdef D2
7
/*Line 7*/
#define A(x, y, z) (y)
8
#endif
9
10
#ifdef A
11
/*Line 11*/
#undef A
12
#endif