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
/
oneA.h
blob
a4e572ffacd984fda452148bfdae289239353e36
1
@interface C
2
-(
void
)
method2
__attribute__
((
unavailable
));
3
-(
void
)
method3
__attribute__
((
unavailable
));
4
@end