]> granicus.if.org Git - clang/commitdiff
We no longer accept @defs with the non-fragile ABI.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 21 Apr 2009 21:16:23 +0000 (21:16 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 21 Apr 2009 21:16:23 +0000 (21:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69721 91177308-0d34-0410-b5e6-96231b3b80d8

test/Coverage/objc-language-features.inc

index 7069ef43c917093a11a20d81e4475984254efe44..a00d4bfb7844784c74682e6cdff360dc790b397f 100644 (file)
@@ -78,6 +78,8 @@ int f0(id x) {
 #endif
 }
 
+#ifndef __OBJC2__
 struct s0 {
   @defs(A);
 };
+#endif