Bug 285060 - Cpp-parser does not understand 'override' keyword, nor there's any way to work it around
Summary: Cpp-parser does not understand 'override' keyword, nor there's any way to wor...
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: 4.2.3
Platform: Compiled Sources Linux
: HI normal
Target Milestone: 4.2.3
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-27 04:19 UTC by nikolay.derevyanko
Modified: 2017-10-27 19:20 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nikolay.derevyanko 2011-10-27 04:19:29 UTC
Version:           4.2.3 (using KDE 4.7.1) 
OS:                Linux

For those compilers that don't understand 'override' I undefine it by passing -Doverride in command line. I haven't found any option to pass any configuration to cpp-parser. Could you guys please add support for 'override'? I would be nice if you gave a way to configure cpp-parser as well.

Reproducible: Didn't try

Steps to Reproduce:
paste this into your class declaration:


    virtual int GetInt() const override { return 1; }


Actual Results:  
all the symbols in a file containing 'override' are not visible to KDevelop.

Expected Results:  
obviously it should work and index the file as usual

OS: Linux (x86_64) release 3.0.0-12-generic
Compiler: gcc
Comment 1 nikolay.derevyanko 2011-10-28 02:49:40 UTC
Just want to reiterate that this bug renders KDevelop4 totally useless with modern compilers as all it's navigation/completion features are disabled for every file which contains 'override'.
Comment 2 Milian Wolff 2011-10-29 12:52:46 UTC
I'll work on it but please be a bit more patient with this. C++11 was just recently finalized as a standard, you cannot expect us to directly release a new version with support for all of it.

also note that kdevelop master already has lots of support for C++11, just this piece is one of the missing.
Comment 3 Olivier.jg 2012-10-26 21:26:15 UTC
KDevelop's parser now understands "override"
Comment 4 Aleix Pol 2013-03-31 00:49:39 UTC
Moving all the bugs from the CPP Parser. It was not well defined the difference between it and C++ Language Support and people kept reporting in both places indistinctively
Comment 5 Shoshana Biro 2017-10-27 16:53:47 UTC
Hi, override keyword still prevent code wizard from importing. The log tab reports the lines that contain "override" as errors. I'm running it on Windows 10 with Visual Studio 2017 installed.
Comment 6 Sven Brauch 2017-10-27 17:18:25 UTC
Did you set the C++ standard to at least C++11 in your project settings? This certainly works these days if configured correctly.
Comment 7 Shoshana Biro 2017-10-27 17:35:53 UTC
Hi,
I cannot find such option in the graphical interface. I looked under Settings -> Configure Umbrello UML Modeller dialog.
It probably should appear under Code Importer -> C++ import group but does not.
Version 2.32.2, OS Win 10, VS 2017.
Thanks
Shoshana




-----Original Message-----
>From: Sven Brauch <bugzilla_noreply@kde.org>
>Sent: Oct 27, 2017 12:18 PM
>To: sbiro@ix.netcom.com
>Subject: [kdevelop] [Bug 285060] Cpp-parser does not understand 'override' keyword, nor there's any way to work it around
>
>https://bugs.kde.org/show_bug.cgi?id=285060
>
>Sven Brauch <mail@svenbrauch.de> changed:
>
>           What    |Removed                     |Added
>----------------------------------------------------------------------------
>                 CC|                            |mail@svenbrauch.de
>
>--- Comment #6 from Sven Brauch <mail@svenbrauch.de> ---
>Did you set the C++ standard to at least C++11 in your project settings? This
>certainly works these days if configured correctly.
>
>-- 
>You are receiving this mail because:
>You are on the CC list for the bug.
Comment 8 Sven Brauch 2017-10-27 17:46:55 UTC
Are we talking about the same application? This is the KDevelop IDE. We neither have a version 2.32.0, nor an UML modeller, nor anything called "Code importer" in the UI ...
Comment 9 Shoshana Biro 2017-10-27 19:19:24 UTC
https://umbrello.kde.org/ does belong to kde...
If you go to Support -> Other resources -> Report a bug.
You also reach similar spot from inside their application help->report a bug button:

https://bugs.kde.org/enter_bug.cgi?format=guided&product=umbrello&version=2.23.2

This is the first time I'm using Umbrello so I'm not sure who is the right entity to address.


Shoshana

-----Original Message-----
>From: Sven Brauch <bugzilla_noreply@kde.org>
>Sent: Oct 27, 2017 12:46 PM
>To: sbiro@ix.netcom.com
>Subject: [kdevelop] [Bug 285060] Cpp-parser does not understand 'override' keyword, nor there's any way to work it around
>
>https://bugs.kde.org/show_bug.cgi?id=285060
>
>--- Comment #8 from Sven Brauch <mail@svenbrauch.de> ---
>Are we talking about the same application? This is the KDevelop IDE. We neither
>have a version 2.32.0, nor an UML modeller, nor anything called "Code importer"
>in the UI ...
>
>-- 
>You are receiving this mail because:
>You are on the CC list for the bug.
Comment 10 Sven Brauch 2017-10-27 19:20:47 UTC
Oh, you are talking about Umbrello. Ok, please report a new bug to that product, and don't revive this 6-year-old thread about a different issue for a different application ;)