| Summary: | Semantic analysis does not find clock_gettime in C/C++ code | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Gerhard Gappmeier <gerhard.gappmeier> |
| Component: | Language Support: CPP (old) | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | craftplace.ms |
| Priority: | NOR | ||
| Version First Reported In: | 4.5.0 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Sample code to reproduce the issue. | ||
|
Description
Gerhard Gappmeier
2013-10-25 11:58:52 UTC
Created attachment 83108 [details]
Sample code to reproduce the issue.
Kdevplatform is version 4.11.2 Probably due to nasty macro environment merging issues. Opening time.h in KDevelop and pressing F5 makes the declaration visible, but reparsing it via a test file again makes it go away... I tried to reproduce the bug - it no longer valid. Esp. not in the clang-based KDevelop 5, closing this now with my usual text for that: Hello! We are working on a new clang-based C/C++ language plugin for KDevelop 5 which supersedes the old C++ plugin in KDevelop 4. See e.g.: https://www.kdevelop.org/news/first-beta-release-kdevelop-500-available Due to a lack of manpower, we cannot fix bugs in the old C++ plugin. We rather want to supply a good Clang based C++ experience for KDevelop 5 than wasting our time on the legacy C++ support for KDevelop 4. With the new clang-based C/C++ language plugin, the bug presented here does not occur. In my testing. For these reasons, I'll close this bug. Please stay tuned for KDevelop 5. If you think this bug is applicable to Clang/KDevelop 5, please reopen the report and add new information on how to reproduce the bug there. Sorry for the inconvenience, I hope you understand the reasoning above. Cheers I am a participant GCI and I'm doing a task for testing bugs related to the c++ parser (https://codein.withgoogle.com/dashboard/task-instances/5823364513923072/). I have them tested for KDevelop 5 and note whether there was a bug in the new version. |