[cfe-commits] r146582 - /cfe/trunk/test/Analysis/taint-tester.c

Anna Zaks ganna at apple.com
Wed Dec 14 11:39:46 PST 2011


Author: zaks
Date: Wed Dec 14 13:39:46 2011
New Revision: 146582

URL: http://llvm.org/viewvc/llvm-project?rev=146582&view=rev
Log:
[analyzer] Disable verification step on the failing test.

I need to keep the test itself in the repository since it's the only way I can currently reproduce the issue.

Modified:
    cfe/trunk/test/Analysis/taint-tester.c

Modified: cfe/trunk/test/Analysis/taint-tester.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/taint-tester.c?rev=146582&r1=146581&r2=146582&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/taint-tester.c (original)
+++ cfe/trunk/test/Analysis/taint-tester.c Wed Dec 14 13:39:46 2011
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1  -analyze -analyzer-checker=experimental.security.taint,debug.TaintTest -verify %s
+// RUN: %clang_cc1  -analyze -analyzer-checker=experimental.security.taint,debug.TaintTest %s
 
 #include <stdarg.h>
 





More information about the cfe-commits mailing list