Bug 394612

Summary: C++ parsing broken since 5.2.1
Product: [Applications] kdevelop Reporter: Ian H <master.haber>
Component: Language Support: CPP (Clang-based)Assignee: kdevelop-bugs-null
Status: RESOLVED WORKSFORME    
Severity: normal CC: mail
Priority: NOR    
Version First Reported In: 5.2.3   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Ian H 2018-05-23 13:53:10 UTC
5.2.3 seems to have an issue parsing all of my header files. getting parse errors for every single line that constructs a value from a member file (especially those that complain that my class isnt a QObject when being passed into the constructor as 'this').

It also seems to have an issue with just random other lines where it just decides not to parse them.

i didnt have this issue on 5.2.0, i will go back to 5.2.1 for now because it is completely unusable atm.
Comment 1 Ian H 2018-05-23 14:07:30 UTC
Edit: it looks like it actually broke when going from 5.2.0 to 5.2.1. If you guys have any ideas on what i can try, that would be great.
Comment 2 Ian H 2018-06-12 17:41:07 UTC
Just an update. i updated to ubuntu 18.04 and now everything seems to be working. i dont know what the issue was, but it doesnt seem to affect 18.04
Comment 3 Francis Herne 2018-11-21 23:29:36 UTC
This was probably something similar to https://bugs.kde.org/show_bug.cgi?id=393779 .