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-remap-types2.h
blob
55ca8a9e319074a0d8835113d257483cd2d2f60e
1
void
h
(
X
*);
2
3
@interface
X
(
Blah
) {
4
}
5
@end
6
7
void
g
(
X
*);
8