From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.devel Subject: Re: Contributing LLVM.org patches to gud.el Date: Fri, 13 Feb 2015 10:27:29 +0000 (UTC) Message-ID: References: <87mw4rxkzv.fsf@fencepost.gnu.org> <20150208001527.GA30292@thyrsus.com> <20150209150411.1f0f4e4f@jabberwock.cb.piermont.com> <20150211111722.181a2201@jabberwock.cb.piermont.com> <20150211183700.04ec0613@jabberwock.cb.piermont.com> <83lhk23yey.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1423823525 11132 80.91.229.3 (13 Feb 2015 10:32:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Feb 2015 10:32:05 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 13 11:31:56 2015 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 1YMDXP-0005TI-Mx for ged-emacs-devel@m.gmane.org; Fri, 13 Feb 2015 11:31:55 +0100 Original-Received: from localhost ([::1]:54361 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMDXO-0008BH-UY for ged-emacs-devel@m.gmane.org; Fri, 13 Feb 2015 05:31:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMDTx-0001Yu-8r for emacs-devel@gnu.org; Fri, 13 Feb 2015 05:28:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMDTs-0008Gl-9d for emacs-devel@gnu.org; Fri, 13 Feb 2015 05:28:21 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:43332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMDTs-0008Ga-3R for emacs-devel@gnu.org; Fri, 13 Feb 2015 05:28:16 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YMDTU-00037N-F0 for emacs-devel@gnu.org; Fri, 13 Feb 2015 11:27:52 +0100 Original-Received: from 178-164-187-173.pool.digikabel.hu ([178.164.187.173]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Feb 2015 11:27:52 +0100 Original-Received: from adatgyujto by 178-164-187-173.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Feb 2015 11:27:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 178.164.187.173 (Mozilla/5.0 (Windows NT 6.1; rv:35.0) Gecko/20100101 Firefox/35.0) 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:183001 Archived-At: Eli Zaretskii gnu.org> writes: > > What for? Now that there's a GCC library, you can simply call its > functions. > I thought the main issue was that GCC did not provide full AST information, in fear of it might be used by non free programs, and therefore emacs can't access this information either. So this is not an issue anymore and emacs has access to the full AST from GCC? I thought this was not the case and that's why I mentioned the possibility of using GCC source code directly in emacs and therefore having access to the full AST.