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-selectors2.h
blob
655f5659d22b18152461d5a7a1bf7873c648a0b4
1
@interface Y
2
-(
void
)
f
;
3
-(
void
)
f2
;
4
-(
void
)
x
;
5
-(
void
)
y
;
6
-(
void
)
e
;
7
@end
8
9
void
foo2
(
void
) {
10
// FIXME: Can't verify warnings in headers
11
//(void)@selector(y);
12
//(void)@selector(e);
13
}
14
15
@interface
X
(
Blarg
)
16
- (
void
)
blarg_method
;
17
@end