Bug 471993 - Using enum declaration not highlighted
Summary: Using enum declaration not highlighted
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (Clang-based) (other bugs)
Version First Reported In: 5.11.230402
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-06 07:30 UTC by David Redondo
Modified: 2023-07-06 07:35 UTC (History)
0 users

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


Attachments
not highlighted (17.44 KB, image/png)
2023-07-06 07:30 UTC, David Redondo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Redondo 2023-07-06 07:30:33 UTC
Created attachment 160096 [details]
not highlighted

See attached picture

Build with clang 14, selected c++2a as C++ profile
Comment 1 David Redondo 2023-07-06 07:35:54 UTC
While the enum itself is highlighted, ctrl+click does not jump to its declaration in another file but to the beginning of the name in the declaration.