From 73665188fc79afe359607a3819d35a8d1812103a Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 28 Jul 2011 23:08:16 +0000 Subject: 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 --- clang/test/Analysis/fields.c | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/test/Analysis/fields.c') diff --git a/clang/test/Analysis/fields.c b/clang/test/Analysis/fields.c index 0991d00868c..9e89366c27b 100644 --- a/clang/test/Analysis/fields.c +++ b/clang/test/Analysis/fields.c @@ -1,4 +1,3 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental %s -analyzer-store=basic -verify // RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental %s -analyzer-store=region -verify unsigned foo(); -- cgit v1.2.3