Summary: | C++ code parsing is slower than compilation | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Eugene Shalygin <eugene.shalygin+bugzilla.kde> |
Component: | Language Support: CPP (Clang-based) | Assignee: | kdevelop-bugs-null |
Status: | REPORTED --- | ||
Severity: | normal | CC: | igorkuo |
Priority: | NOR | ||
Version First Reported In: | git master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=464198 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Eugene Shalygin
2018-10-14 10:33:33 UTC
> 2. Select "Reload" in the project context menu
Or make a branch switch which updates many files.
Changing C++ standard in the project settings results in the slow parsing too. Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you! It is still a problem. CLang-based code model in Qt creator, for example, parses faster than it takes to compile the code. |