Bug 399293 - Check code navigation display of parameters for a function template
Summary: Check code navigation display of parameters for a function template
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (Clang-based) (show other bugs)
Version: 5.2.4
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-01 20:56 UTC by Markus Elfring
Modified: 2022-12-01 19:20 UTC (History)
0 users

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


Attachments
Source code example for the usage of a function template with two parameters (426 bytes, text/x-c++src)
2018-10-01 20:56 UTC, Markus Elfring
Details
Excerpt from a screenshot for a questionable code navigation display (64.60 KB, image/png)
2018-10-01 21:00 UTC, Markus Elfring
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Elfring 2018-10-01 20:56:30 UTC
Created attachment 115352 [details]
Source code example for the usage of a function template with two parameters

I have constructed a simple function template with two parameters.
The code navigation window is displayed by the application “KDevelop 5.2.4-43.3” if I position the mouse pointer on the function template instantiation. Now I wonder why the function parameter list is shown as if a template parameter became an argument name instead of the expected identifier “pointer”.
Should more implementation details be considered here from such a small source code example?
Comment 1 Markus Elfring 2018-10-01 21:00:10 UTC
Created attachment 115353 [details]
Excerpt from a screenshot for a questionable code navigation display
Comment 2 Justin Zobel 2022-12-01 04:34:31 UTC
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!
Comment 3 Markus Elfring 2022-12-01 19:20:17 UTC
(In reply to Justin Zobel from comment #2)
I could not reproduce the reported display situation together with the program “KDevelop 22.08.3-1.2” on my current system configuration.