Bug 394612 - C++ parsing broken since 5.2.1
Summary: C++ parsing broken since 5.2.1
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (Clang-based) (other bugs)
Version First Reported In: 5.2.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-23 13:53 UTC by Ian H
Modified: 2018-11-21 23:29 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 .