diff options
| author | Fariborz Jahanian <fjahanian@apple.com> | 2013-09-26 21:43:47 +0000 |
|---|---|---|
| committer | Fariborz Jahanian <fjahanian@apple.com> | 2013-09-26 21:43:47 +0000 |
| commit | 73466cafc1a93742973bc1e71f70e3ab104a6642 (patch) | |
| tree | d52107b41c79a56f2de10e39cd098f990893f26c /clang/test | |
| parent | 179af903d230fe454013d3f7a8b3afa86cec9942 (diff) | |
| download | bcm5719-llvm-73466cafc1a93742973bc1e71f70e3ab104a6642.tar.gz bcm5719-llvm-73466cafc1a93742973bc1e71f70e3ab104a6642.zip | |
ObjectiveC migrator: function pointer is not an
inner pointer for annotation to
objc_returns_inner_pointer purposes.
// rdar://15044991
llvm-svn: 191465
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/ARCMT/objcmt-ns-returns-inner-pointer.m.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/ARCMT/objcmt-ns-returns-inner-pointer.m.result b/clang/test/ARCMT/objcmt-ns-returns-inner-pointer.m.result index 4980cfbb2d1..389cb8853a6 100644 --- a/clang/test/ARCMT/objcmt-ns-returns-inner-pointer.m.result +++ b/clang/test/ARCMT/objcmt-ns-returns-inner-pointer.m.result @@ -123,5 +123,5 @@ typedef void *SecTrustRef; - (SecTrustRef) FOO1 NS_AVAILABLE NS_RETURNS_INNER_POINTER; // pointer personality functions -@property NSUInteger (* NS_RETURNS_INNER_POINTER hashFunction)(const void *item, NSUInteger (*size)(const void *item)); +@property NSUInteger (*hashFunction)(const void *item, NSUInteger (*size)(const void *item)); @end |

