From owner-freebsd-current@FreeBSD.ORG Tue Feb 8 18:05:47 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3ED61065672; Tue, 8 Feb 2011 18:05:46 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id A1F4E8FC0C; Tue, 8 Feb 2011 18:05:46 +0000 (UTC) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 5C3669CB0D4; Tue, 8 Feb 2011 19:05:44 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by lev.vlakno.cz (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id maz95IaYFgRW; Tue, 8 Feb 2011 19:05:43 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id C61699CB153; Tue, 8 Feb 2011 19:05:43 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.4/8.14.4/Submit) id p18I5h54071150; Tue, 8 Feb 2011 19:05:43 +0100 (CET) (envelope-from rdivacky) Date: Tue, 8 Feb 2011 19:05:43 +0100 From: Roman Divacky To: Alexander Best Message-ID: <20110208180543.GA70927@freebsd.org> References: <20110203221257.GA76849@freebsd.org> <20110205065303.GA1694@freebsd.org> <20110208115827.GA38518@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110208115827.GA38518@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org, Garrett Cooper Subject: Re: [RFC] removing broken includes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2011 18:05:47 -0000 I see it crashes very early on ;) can you report: Assertion failed: (isValid()), function getSpellingLoc, file SourceLocation.cpp, line 84. this stuff to the developers? the tool looks pretty useful On Tue, Feb 08, 2011 at 11:58:27AM +0000, Alexander Best wrote: > On Fri Feb 4 11, Garrett Cooper wrote: > > On Fri, Feb 4, 2011 at 10:53 PM, Roman Divacky wrote: > > > alex, > > > > > > I think you are the kind of person to try out > > > > > > http://code.google.com/p/include-what-you-use/ > > > > > > with fbsd :) > > > > Please be careful with this tool though. There's header pollution > > in them thar c files (refer to the FreeBSD and/or POSIX manpages for > > the source of truth), e.g. time.h vs sys/time.h ! > > HTH, > > here's my first attempt running [1] > > make -k CXX=/usr/local/src/llvm/Debug+Asserts/bin/include-what-you-use CC=/usr/local/src/llvm/Debug+Asserts/bin/include-what-you-use buildkernel > > cheers. > alex > > [1] http://people.freebsd.org/~arundel/misc/include-what-you-use-buildkernel-output > > > -Garrett > > -- > a13x > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"