repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git]
/
test
/
Rewriter
/
rewrite-api-bug.m
blob
03fc89f34aadbcfb4c943cf902a62f760dcfea1b
1
// RUN: %clang_cc1 -rewrite-objc %s -o -
2
3
@interface MyDerived
4
- (void) instanceMethod;
5
@end
6
7
@implementation MyDerived
8
- (void) instanceMethod {
9
}
10
@end
11