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-decls2.h
blob
c6488a3a738dd1f3808eba8f45c08f85d1f17dee
1
void
g
(
void
);
2
3
struct
two
{};
4
void
one
(
void
);
5
struct
three
{};
// for verification
6
7
void
many
(
int
k
);
8
struct
many
;
9
void
many
(
int
l
);
10
struct
many
{};
11
12
void
noret
(
void
)
__attribute__
((
noreturn
));