[cfe-commits] r165358 - /cfe/trunk/test/Analysis/plist-output.m
Jordan Rose
jordan_rose at apple.com
Fri Oct 5 19:06:17 PDT 2012
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) {
More information about the cfe-commits
mailing list