From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NXvQn-0000R8-JN for qemu-devel@nongnu.org; Thu, 21 Jan 2010 06:42:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NXvQi-0000P1-AG for qemu-devel@nongnu.org; Thu, 21 Jan 2010 06:42:32 -0500 Received: from [199.232.76.173] (port=33351 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXvQi-0000Ow-7M for qemu-devel@nongnu.org; Thu, 21 Jan 2010 06:42:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16923) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NXvQh-0003Qf-LK for qemu-devel@nongnu.org; Thu, 21 Jan 2010 06:42:27 -0500 Date: Thu, 21 Jan 2010 17:11:20 +0530 From: Amit Shah Subject: Re: [Qemu-devel] Static analysis using clang on the x86_64 target Message-ID: <20100121114120.GE25684@amit-x200.redhat.com> References: <20100112181307.GD19438@amit-x200.redhat.com> <20100113070254.GD31063@amit-x200.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100113070254.GD31063@amit-x200.redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org On (Wed) Jan 13 2010 [12:32:54], Amit Shah wrote: > > > > I'd be very interested in the results of Sparc32 and Sparc64 analyses. > > OK, I added the two targets to the run and got the following result: > > http://amitshah.fedorapeople.org/clang-output/2010-01-13-1/ > > The bug count went up from 95 for just x86-64 to 131. The count currently is at 107: http://amitshah.fedorapeople.org/clang-output/2010-01-21-1/ A few new ones have been introduced. Amit