[cfe-commits] r94404 - in /cfe/trunk/test/CodeGenObjC: PR4541.m debug-info-crash.m
Chris Lattner
sabre at nondot.org
Sun Jan 24 19:38:26 PST 2010
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
-
-
- at class NSString;
- at interface NSAttributedString
-- (NSString *)string;
- at end
- at interface NSMutableAttributedString : NSAttributedString
- at end
- at class NSImage;
- at implementation CYObjectsController
-+ (void)initialize {
-}
-+ (NSAttributedString *)attributedStringWithString:(id)string image:(NSImage *)image {
- NSMutableAttributedString *attrStr;
-}
- at 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
+ at class NSString;
+ at interface NSAttributedString
+- (NSString *)string;
+ at end
+ at interface NSMutableAttributedString : NSAttributedString
+ at end
+ at class NSImage;
+ at implementation CYObjectsController
++ (void)initialize {
+}
++ (NSAttributedString *)attributedStringWithString:(id)string image:(NSImage *)image {
+ NSMutableAttributedString *attrStr;
+}
+ at end
More information about the cfe-commits
mailing list