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
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'.
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.
KDevelop's parser now understands "override"
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
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.
Did you set the C++ standard to at least C++11 in your project settings? This certainly works these days if configured correctly.
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.
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 ...
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.
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 ;)