From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: clang/emacs/ecb/semantic Date: Thu, 29 Nov 2012 21:38:51 +0100 Message-ID: <87hao816w4.fsf@wanadoo.es> References: <20940A983D814C6192ABFF2B7A269A88@gmail.com> <87wqx42nag.fsf@yandex.ru> <87ehjcrw70.fsf@engster.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1354221552 9038 80.91.229.3 (29 Nov 2012 20:39:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Nov 2012 20:39:12 +0000 (UTC) Cc: David Engster To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 29 21:39:24 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 1TeAtG-0002AK-5v for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2012 21:39:22 +0100 Original-Received: from localhost ([::1]:43943 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeAt4-0007bN-Qv for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2012 15:39:10 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:51226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeAt1-0007bI-UI for emacs-devel@gnu.org; Thu, 29 Nov 2012 15:39:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeAt0-0004Iz-Ug for emacs-devel@gnu.org; Thu, 29 Nov 2012 15:39:07 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:49952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeAt0-0004It-OC for emacs-devel@gnu.org; Thu, 29 Nov 2012 15:39:06 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TeAt8-0001z1-08 for emacs-devel@gnu.org; Thu, 29 Nov 2012 21:39:14 +0100 Original-Received: from 20.red-88-13-104.dynamicip.rima-tde.net ([88.13.104.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Nov 2012 21:39:13 +0100 Original-Received: from ofv by 20.red-88-13-104.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Nov 2012 21:39:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 20.red-88-13-104.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:fMLyMeiKrZZdk4bQB82WICLVssc= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:155129 Archived-At: 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.