Author: jrose
Date: Fri Oct 5 21:06:17 2012
New Revision: 165358
URL: http://llvm.org/viewvc/llvm-project?rev=165358&view=rev
Log:
[analyzer] Tweak test to run the retain-count checker even on non-Darwin.
This should fix the bots.
Modified:
cfe/trunk/test/Analysis/plist-output.m
Modified: cfe/trunk/test/Analysis/plist-output.m
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/plist-output.m?rev=165358&r1=165357&r2=165358&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/plist-output.m (original)
+++ cfe/trunk/test/Analysis/plist-output.m Fri Oct 5 21:06:17 2012
@@ -1,4 +1,4 @@
-// RUN: %clang --analyze %s -o %t.plist
+// RUN: %clang --analyze %s -Xanalyzer -analyzer-checker=osx.cocoa.RetainCount
-o %t.plist
// RUN: FileCheck --input-file=%t.plist %s
void test_null_init(void) {
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits