GNU bug report logs - #7916
[PATCH] cc-mode does not fontify constructors and destructors with exception specifications

Previous Next

Packages: cc-mode, emacs;

Reported by: Daniel Colascione <dan.colascione <at> gmail.com>

Date: Wed, 26 Jan 2011 06:18:01 UTC

Severity: normal

Tags: patch

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Daniel Colascione <dan.colascione <at> gmail.com>
Cc: 7916 <at> debbugs.gnu.org
Subject: bug#7916: [PATCH] cc-mode does not fontify constructors and destructors with exception specifications
Date: Fri, 26 Feb 2016 16:54:51 +1030
Daniel Colascione <dan.colascione <at> gmail.com> writes:

> struct foo {
>     foo() throw()  {}
>     ~foo() throw() {}
> };
>
> struct bar {
>     bar() throw();
>     ~bar() throw();
> }
>
> struct qux {
>     qux();
>     ~qux() {}
> };
>
> qux::qux<int>() {
>
> }
>
> bar::~bar() throw()
> {}

This seems to be working OK on the Emacs trunk, I think.  Although I'm
not quite sure what I should be looking for.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 6 years and 22 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.