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
/
Modules
/
Inputs
/
attr-unavailable
/
two.h
blob
0423f610108d20be1a4a3ce77b585e333fb4a06a
1
@interface A
2
-(
void
)
method1
;
3
@end
4
@interface B
5
-(
void
)
method1
__attribute__
((
unavailable
));
6
@end