summaryrefslogtreecommitdiff
path: root/test/Coverage/objc-language-features.inc
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-03-20 19:18:21 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-03-20 19:18:21 +0000
commitf469557743f77918d2ca8226e2ee2888998ffd4a (patch)
tree2fd3dff79e2563c7b9600e8f7b15f1010d60a9cb /test/Coverage/objc-language-features.inc
parentb82dcd827495592a8748692ce4bf80402f21b8d4 (diff)
downloadclang-f469557743f77918d2ca8226e2ee2888998ffd4a.tar.gz
More super dot-syntax property implementation
when there is actually a property declaration used in the dot-syntax. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67391 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Coverage/objc-language-features.inc')
-rw-r--r--test/Coverage/objc-language-features.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Coverage/objc-language-features.inc b/test/Coverage/objc-language-features.inc
index 3b092ffbf4..477cbe3746 100644
--- a/test/Coverage/objc-language-features.inc
+++ b/test/Coverage/objc-language-features.inc
@@ -34,9 +34,7 @@
const char *s1 = __FUNCTION__;
const char *s2 = __PRETTY_FUNCTION__;
[super im0];
-#ifndef IRGENABLE
int x = super.p0;
-#endif
}
-(void) im1: (int) x, ... {
}