From unknown Sun Jun 15 08:40:58 2025 X-Loop: help-debbugs@gnu.org Subject: bug#5457: [PATCH] [RFC] C++1x support for cc-mode Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org Resent-Date: Sun, 28 Feb 2016 06:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5457 X-GNU-PR-Package: emacs,cc-mode X-GNU-PR-Keywords: patch To: Daniel Colascione Cc: 5457@debbugs.gnu.org Received: via spool by 5457-submit@debbugs.gnu.org id=B5457.14566399746816 (code B ref 5457); Sun, 28 Feb 2016 06:13:01 +0000 Received: (at 5457) by debbugs.gnu.org; 28 Feb 2016 06:12:54 +0000 Received: from localhost ([127.0.0.1]:49386 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aZub7-0001ls-Tq for submit@debbugs.gnu.org; Sun, 28 Feb 2016 01:12:54 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:37555) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aZub5-0001lj-IR for 5457@debbugs.gnu.org; Sun, 28 Feb 2016 01:12:51 -0500 Received: from cpe-60-225-211-161.nsw.bigpond.net.au ([60.225.211.161] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aZuag-00045i-Eg; Sun, 28 Feb 2016 07:12:27 +0100 From: Lars Ingebrigtsen References: Date: Sun, 28 Feb 2016 17:12:22 +1100 In-Reply-To: (Daniel Colascione's message of "Fri, 15 Jan 2010 11:24:54 -0500") Message-ID: <87fuwdtlbt.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1aZuag-00045i-Eg X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1457244748.28991@VhY3k4yDUaPP3/PCrgzmBQ X-Spam-Status: No X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Daniel Colascione writes: > Here is a *very* rough patch that halfway implements most of the new > language constructs. I've also included a small test file, though > I'm sure there are some cases, especially around vararg-template and > attribute syntax, that don't work yet. I see that there is some code in cc-mode now that talks about C++1x constructs, but I don't know whether they cover the dialects satisfactorily. Is this still an issue? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Sun Jun 15 08:40:58 2025 X-Loop: help-debbugs@gnu.org Subject: bug#5457: [PATCH] [RFC] C++1x support for cc-mode Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org Resent-Date: Thu, 27 Jun 2019 17:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5457 X-GNU-PR-Package: emacs,cc-mode X-GNU-PR-Keywords: patch To: Daniel Colascione Cc: 5457@debbugs.gnu.org Received: via spool by 5457-submit@debbugs.gnu.org id=B5457.15616563516161 (code B ref 5457); Thu, 27 Jun 2019 17:26:01 +0000 Received: (at 5457) by debbugs.gnu.org; 27 Jun 2019 17:25:51 +0000 Received: from localhost ([127.0.0.1]:39501 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hgY9e-0001bJ-PM for submit@debbugs.gnu.org; Thu, 27 Jun 2019 13:25:50 -0400 Received: from quimby.gnus.org ([80.91.231.51]:45910) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hgY9c-0001b9-5c for 5457@debbugs.gnu.org; Thu, 27 Jun 2019 13:25:48 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=stories) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hgY9X-000827-UB; Thu, 27 Jun 2019 19:25:47 +0200 From: Lars Ingebrigtsen References: <87fuwdtlbt.fsf@gnus.org> Date: Thu, 27 Jun 2019 19:25:43 +0200 In-Reply-To: <87fuwdtlbt.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 28 Feb 2016 17:12:22 +1100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > Daniel Colascione writes: > >> Here is a *very* rough patch that halfway implements most of the new >> language constructs. I've also included a small test file, thou [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen writes: > Daniel Colascione writes: > >> Here is a *very* rough patch that halfway implements most of the new >> language constructs. I've also included a small test file, though >> I'm sure there are some cases, especially around vararg-template and >> attribute syntax, that don't work yet. > > I see that there is some code in cc-mode now that talks about C++1x > constructs, but I don't know whether they cover the dialects > satisfactorily. Is this still an issue? That was three years ago, so I'm closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 27 13:25:57 2019 Received: (at control) by debbugs.gnu.org; 27 Jun 2019 17:25:57 +0000 Received: from localhost ([127.0.0.1]:39504 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hgY9l-0001bg-1N for submit@debbugs.gnu.org; Thu, 27 Jun 2019 13:25:57 -0400 Received: from quimby.gnus.org ([80.91.231.51]:45934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hgY9j-0001bW-F3 for control@debbugs.gnu.org; Thu, 27 Jun 2019 13:25:55 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=stories) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hgY9g-00084X-Ut for control@debbugs.gnu.org; Thu, 27 Jun 2019 19:25:54 +0200 Date: Thu, 27 Jun 2019 19:25:52 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #5457 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 5457 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 5457 quit