[cfe-commits] r153210 - /cfe/trunk/test/Analysis/malloc-plist.c
Anna Zaks
ganna at apple.com
Wed Mar 21 12:44:58 PDT 2012
Author: zaks
Date: Wed Mar 21 14:44:57 2012
New Revision: 153210
URL: http://llvm.org/viewvc/llvm-project?rev=153210&view=rev
Log:
[analyzer] Re-enable the test disabled by r152969.
(The fix was committed in r152982.)
Modified:
cfe/trunk/test/Analysis/malloc-plist.c
Modified: cfe/trunk/test/Analysis/malloc-plist.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/malloc-plist.c?rev=153210&r1=153209&r2=153210&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/malloc-plist.c (original)
+++ cfe/trunk/test/Analysis/malloc-plist.c Wed Mar 21 14:44:57 2012
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin -analyze -analyzer-checker=unix.Malloc -analyzer-output=plist -o %t %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=unix.Malloc -analyzer-output=plist -o %t %s
// RUN: FileCheck --input-file %t %s
typedef __typeof(sizeof(int)) size_t;
More information about the cfe-commits
mailing list