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
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
ARCMT
/
with-arc-mode-modify.m.result
blob
685226db865415c1afff9bcf65fe61d40b4bfd2f
1
// RUN: %clang_cc1 -fsyntax-only -fobjc-arc -x objective-c %s.result
2
// RUN: cat %s > %t
3
// RUN: %clang_cc1 -arcmt-action=modify -fsyntax-only -fobjc-arc -x objective-c %t
4
// RUN: diff %t %s.result
5
// RUN: rm %t
6
7
@protocol NSObject
8
- (oneway void)release;
9
@end
10
11
void test1(id p) {
12
}