summaryrefslogtreecommitdiffstats
path: root/clang/test/ASTMerge/property.m
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-12-07 18:32:03 +0000
committerDouglas Gregor <dgregor@apple.com>2010-12-07 18:32:03 +0000
commit14a49e2fbe1c2d8eafca6cf3a28458c6d8561372 (patch)
tree608dc459e3378fdd85ee297fb2896d5b638af661 /clang/test/ASTMerge/property.m
parent2a43368a03d807676eb4318fa0e8ccfb7ed885b8 (diff)
downloadbcm5719-llvm-14a49e2fbe1c2d8eafca6cf3a28458c6d8561372.tar.gz
bcm5719-llvm-14a49e2fbe1c2d8eafca6cf3a28458c6d8561372.zip
Implement AST import for Objective-C property implementations
(@synthesize and @dynamic). llvm-svn: 121159
Diffstat (limited to 'clang/test/ASTMerge/property.m')
-rw-r--r--clang/test/ASTMerge/property.m6
1 files changed, 5 insertions, 1 deletions
diff --git a/clang/test/ASTMerge/property.m b/clang/test/ASTMerge/property.m
index 5f7a7308da6..a8dd7c420c8 100644
--- a/clang/test/ASTMerge/property.m
+++ b/clang/test/ASTMerge/property.m
@@ -6,4 +6,8 @@
// CHECK: property1.m:10:28: note: declared here with type 'float'
// CHECK: property2.m:12:26: error: instance method 'Prop1' has incompatible result types in different translation units ('int' vs. 'float')
// CHECK: property1.m:10:28: note: instance method 'Prop1' also declared here
-// CHECK: 2 errors generated.
+// CHECK: property1.m:28:21: error: property 'Prop2' is synthesized to different ivars in different translation units ('ivar3' vs. 'ivar2')
+// CHECK: property2.m:29:21: note: property is synthesized to ivar 'ivar2' here
+// CHECK: property1.m:29:10: error: property 'Prop3' is implemented with @dynamic in one translation but @synthesize in another translation unit
+// CHECK: property2.m:31:13: note: property 'Prop3' is implemented with @synthesize here
+// CHECK: 4 errors generated.
OpenPOWER on IntegriCloud