all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#34594: cc-mode needs to support "final" in C++ classes
@ 2019-02-20 18:33 Daniel Colascione
  2019-02-20 19:34 ` Daniel Colascione
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Colascione @ 2019-02-20 18:33 UTC (permalink / raw)
  To: 34594

Consider this:

1 struct QueryCache final : BasePyObject, SupportsGcClear,
2                           HasDict, SupportsWeakRefs

Without the "final", line 2 is classified as inher-cont.  With the
"final", it gets topmost-intro-cont and wrong indentation.






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-04-26 14:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-20 18:33 bug#34594: cc-mode needs to support "final" in C++ classes Daniel Colascione
2019-02-20 19:34 ` Daniel Colascione
2019-04-13  2:54   ` Daniel Colascione
2019-04-13 13:36     ` Alan Mackenzie
2019-04-13 13:57       ` Mauro Aranda
2019-04-13 19:43         ` Alan Mackenzie
2019-04-26 14:29     ` Alan Mackenzie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.