Author: lattner
Date: Sun Jan 24 21:38:26 2010
New Revision: 94404
URL: http://llvm.org/viewvc/llvm-project?rev=94404&view=rev
Log:
merge another one in.
Removed:
cfe/trunk/test/CodeGenObjC/PR4541.m
Modified:
cfe/trunk/test/CodeGenObjC/debug-info-crash.m
Removed: cfe/trunk/test/CodeGenObjC/PR4541.m
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/PR4541.m?rev=94403&view=auto
==============================================================================
--- cfe/trunk/test/CodeGenObjC/PR4541.m (original)
+++ cfe/trunk/test/CodeGenObjC/PR4541.m (removed)
@@ -1,19 +0,0 @@
-// RUN: %clang_cc1 -o %t -w -g %s
-
-
-...@class NSString;
-...@interface NSAttributedString
-- (NSString *)string;
-...@end
-...@interface NSMutableAttributedString : NSAttributedString
-...@end
-...@class NSImage;
-...@implementation CYObjectsController
-+ (void)initialize {
-}
-+ (NSAttributedString *)attributedStringWithString:(id)string image:(NSImage
*)image {
- NSMutableAttributedString *attrStr;
-}
-...@end
-
-
Modified: cfe/trunk/test/CodeGenObjC/debug-info-crash.m
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-crash.m?rev=94404&r1=94403&r2=94404&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-crash.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-crash.m Sun Jan 24 21:38:26 2010
@@ -22,3 +22,19 @@
return 0;
}
@end
+
+// PR4541
+...@class NSString;
+...@interface NSAttributedString
+- (NSString *)string;
+...@end
+...@interface NSMutableAttributedString : NSAttributedString
+...@end
+...@class NSImage;
+...@implementation CYObjectsController
++ (void)initialize {
+}
++ (NSAttributedString *)attributedStringWithString:(id)string image:(NSImage
*)image {
+ NSMutableAttributedString *attrStr;
+}
+...@end
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits