| Summary: | Check code navigation display of parameters for a function template | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Markus Elfring <Markus.Elfring> |
| Component: | Language Support: CPP (Clang-based) | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.2.4 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Source code example for the usage of a function template with two parameters
Excerpt from a screenshot for a questionable code navigation display |
||
Created attachment 115353 [details]
Excerpt from a screenshot for a questionable code navigation display
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! (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. |
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?