From owner-svn-src-all@freebsd.org Fri Feb 26 22:25:19 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59D6EAB42BA; Fri, 26 Feb 2016 22:25:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4C1A7D1; Fri, 26 Feb 2016 22:25:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 44029117B; Fri, 26 Feb 2016 22:25:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id F019A14211; Fri, 26 Feb 2016 22:25:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id YgNrEBCNuQv5; Fri, 26 Feb 2016 22:25:16 +0000 (UTC) Subject: Re: svn commit: r296124 - in head: share/man/man7 share/mk sys/conf DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 4627F14209 To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201602262214.u1QME0oM033474@repo.freebsd.org> <56D0CF75.9050306@FreeBSD.org> From: Bryan Drewery Organization: FreeBSD Message-ID: <56D0D0CE.6000603@FreeBSD.org> Date: Fri, 26 Feb 2016 14:25:18 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56D0CF75.9050306@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 22:25:19 -0000 On 2/26/16 2:19 PM, Bryan Drewery wrote: > On 2/26/16 2:14 PM, Bryan Drewery wrote: >> Author: bdrewery >> Date: Fri Feb 26 22:14:00 2016 >> New Revision: 296124 >> URL: https://svnweb.freebsd.org/changeset/base/296124 >> >> Log: >> Import bsd.clang-analyze.mk based on NetBSD's version. >> >> This allows 'make analyze' or 'make OBJ.clang-analyzer' to run the >> Clang static analyzer and present results on stdout. >> >> Obtained from: NetBSD (CVS Rev. 1.3) >> Sponsored by: EMC / Isilon Storage Division >> Differential Revision: https://reviews.freebsd.org/D5449 >> > > I just wanted to call special attention to this one. You may find it > useful to run in something you maintain. scan-build can achieve the > same thing but this one is at least built-in and dependency-free. > > It doesn't work for the kernel yet. > Though it does work in modules! -- Regards, Bryan Drewery