This test now passes with RegionStoreManager.

llvm-svn: 75316
This commit is contained in:
Ted Kremenek 2009-07-11 00:03:23 +00:00
parent 9890fb5bf6
commit 74a7b9188a
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
// RUN: clang-cc -analyze -checker-cfref -analyzer-constraints=basic -analyzer-store=basic %s -verify &&
// RUN: clang-cc -analyze -checker-cfref -analyzer-constraints=basic -analyzer-store=basic-old-cast %s -verify
// RUN: clang-cc -analyze -checker-cfref -analyzer-constraints=basic -analyzer-store=basic-old-cast %s -verify &&
// RUN: clang-cc -analyze -checker-cfref -analyzer-constraints=basic -analyzer-store=region %s -verify
typedef struct Foo { int x; } Bar;