From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: clang/emacs/ecb/semantic Date: Thu, 29 Nov 2012 21:49:29 +0100 Message-ID: <877gp4rv6u.fsf@engster.org> References: <20940A983D814C6192ABFF2B7A269A88@gmail.com> <87wqx42nag.fsf@yandex.ru> <87ehjcrw70.fsf@engster.org> <87hao816w4.fsf@wanadoo.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1354222179 15430 80.91.229.3 (29 Nov 2012 20:49:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Nov 2012 20:49:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 29 21:49:52 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TeB3N-0005Ai-GE for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2012 21:49:49 +0100 Original-Received: from localhost ([::1]:47475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeB3C-0001np-9I for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2012 15:49:38 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:47411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeB39-0001ni-E0 for emacs-devel@gnu.org; Thu, 29 Nov 2012 15:49:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeB38-0007cJ-F5 for emacs-devel@gnu.org; Thu, 29 Nov 2012 15:49:35 -0500 Original-Received: from randomsample.de ([83.169.19.17]:52550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeB38-0007cC-1w for emacs-devel@gnu.org; Thu, 29 Nov 2012 15:49:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=Shzy8K9aQ7jOhfP7F8Ivf5TRm50mMYZlpHYftUjJB0E=; b=MKP2/PgI37IwG4+yVL9Lvla4oI/bKDb/Kw+IKBATfaeRPeGwNtFAyr0Wy45v97pDw73EmtGmoTUB3AGOqOTWLyJueXzAeJMeq5sRAoprs4R7L1M0Jpm2J/uZMSGVp0Cm; Original-Received: from dslc-082-082-161-238.pools.arcor-ip.net ([82.82.161.238] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1TeB34-0001X7-Fb; Thu, 29 Nov 2012 21:49:30 +0100 In-Reply-To: <87hao816w4.fsf@wanadoo.es> (=?iso-8859-1?Q?=22=D3scar?= Fuentes"'s message of "Thu, 29 Nov 2012 21:38:51 +0100") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) Mail-Followup-To: =?iso-8859-1?Q?=D3scar?= Fuentes , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 83.169.19.17 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155130 Archived-At: =D3scar Fuentes writes: > David Engster writes: > > [snip] > >> What I would be very interested in is to have a parser based on libclang >> or libtooling, which can output a simplified AST from C++ files. Maybe I >> should just try gcc-xml again... > > gcc-xml is frozen since a few years ago. The author recommends using > clang. I just saw that there's now a github repository for it with at least a tiny bit of activity, so I had hopes. While clang can theoretically output something similar, I still coulnd't find a tool which just does it. -David