[cfe-commits] r76620 - /cfe/trunk/test/Analysis/PR3991.m
Mike Stump
mrs at apple.com
Tue Jul 21 11:58:51 PDT 2009
Author: mrs
Date: Tue Jul 21 13:58:50 2009
New Revision: 76620
URL: http://llvm.org/viewvc/llvm-project?rev=76620&view=rev
Log:
Prep for new warning.
Modified:
cfe/trunk/test/Analysis/PR3991.m
Modified: cfe/trunk/test/Analysis/PR3991.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/PR3991.m?rev=76620&r1=76619&r2=76620&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/PR3991.m (original)
+++ cfe/trunk/test/Analysis/PR3991.m Tue Jul 21 13:58:50 2009
@@ -45,6 +45,7 @@
- (void)setCurrentPathComponentIndex:(unsigned int)aCurrentPathComponentIndex;
- (NSURL *)folderFeedURL;
@end @implementation IHGoogleDocsAdapter - (id)initWithUsername:(NSString *)inUsername password:(NSString *)inPassword owner:(NSObject <IHGoogleDocsAdapterDelegate> *)owner {
+ return 0;
}
//===----------------------------------------------------------------------===//
More information about the cfe-commits
mailing list