repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Rewriter
/
rewrite-api-bug.m
blob
f4a88ddf7782360feb32181eac8fd106c4403737
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
2
3
@interface MyDerived
4
- (void) instanceMethod;
5
@end
6
7
@implementation MyDerived
8
- (void) instanceMethod {
9
}
10
@end
11