Bug 471993

Summary: Using enum declaration not highlighted
Product: [Applications] kdevelop Reporter: David Redondo <kde>
Component: Language Support: CPP (Clang-based)Assignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.11.230402   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: not highlighted

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.