Author: kremenek
Date: Fri Jul 10 16:48:10 2009
New Revision: 75296

URL: http://llvm.org/viewvc/llvm-project?rev=75296&view=rev
Log:
RegionStoreManager also passes this test file.

Modified:
    cfe/trunk/test/Analysis/no-outofbounds-basicstore.c

Modified: cfe/trunk/test/Analysis/no-outofbounds-basicstore.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/no-outofbounds-basicstore.c?rev=75296&r1=75295&r2=75296&view=diff

==============================================================================
--- cfe/trunk/test/Analysis/no-outofbounds-basicstore.c (original)
+++ cfe/trunk/test/Analysis/no-outofbounds-basicstore.c Fri Jul 10 16:48:10 2009
@@ -1,5 +1,10 @@
 // RUN: clang-cc -checker-cfref -analyze -analyzer-store=basic -verify %s &&
-// RUN: clang-cc -checker-cfref -analyze -analyzer-store=basic-old-cast 
-verify %s
+// RUN: clang-cc -checker-cfref -analyze -analyzer-store=basic-old-cast 
-verify %s &&
+// RUN: clang-cc -checker-cfref -analyze -analyzer-store=region -verify %s
+
+//===----------------------------------------------------------------------===//
+// This file tests cases where we should not flag out-of-bounds warnings.
+//===----------------------------------------------------------------------===//
 
 void f() {
   long x = 0;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to