diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-07-28 23:08:16 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-07-28 23:08:16 +0000 |
commit | 73665188fc79afe359607a3819d35a8d1812103a (patch) | |
tree | 934e4539ce364d91e804b4c7f853bef51d44b28b /clang/test/Analysis/rdar-6600344-nil-receiver-undefined-struct-ret.m | |
parent | 7c7ce002651ddff2883aca75670fa537e5efa46b (diff) | |
download | bcm5719-llvm-73665188fc79afe359607a3819d35a8d1812103a.tar.gz bcm5719-llvm-73665188fc79afe359607a3819d35a8d1812103a.zip |
Really remove FlatStoreManager and BasicStoreManager, this time from the driver. Also remove associated tests. Sorry for the messy commits; this is the result of a botched Git merge.
llvm-svn: 136422
Diffstat (limited to 'clang/test/Analysis/rdar-6600344-nil-receiver-undefined-struct-ret.m')
-rw-r--r-- | clang/test/Analysis/rdar-6600344-nil-receiver-undefined-struct-ret.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Analysis/rdar-6600344-nil-receiver-undefined-struct-ret.m b/clang/test/Analysis/rdar-6600344-nil-receiver-undefined-struct-ret.m index 03b2656c7ee..a7292b7604f 100644 --- a/clang/test/Analysis/rdar-6600344-nil-receiver-undefined-struct-ret.m +++ b/clang/test/Analysis/rdar-6600344-nil-receiver-undefined-struct-ret.m @@ -1,4 +1,3 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -analyzer-constraints=basic -analyzer-store=basic %s -verify // RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -analyzer-constraints=basic -analyzer-store=region %s -verify typedef struct Foo { int x; } Bar; |