bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34594: cc-mode needs to support "final" in C++ classes


From: Daniel Colascione
Subject: bug#34594: cc-mode needs to support "final" in C++ classes
Date: Wed, 20 Feb 2019 10:33:02 -0800
User-agent: SquirrelMail/1.4.23 [SVN]

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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]