Bug 372599 - clang fixit assistant knows the answer but doesnt offer it
Summary: clang fixit assistant knows the answer but doesnt offer it
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (Clang-based) (show other bugs)
Version: 5.0.2
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-17 21:08 UTC by Ian H
Modified: 2022-10-27 12:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian H 2016-11-17 21:08:58 UTC
seeing a strange issue with the code completion, where it asks if i meant something, but doesnt offer it as a solution.

Problem in semantic analysis
"No member 'Foo' in 'Bar', did you mean 'foo'? 

Hint: 'foo' declared here
See: double foo() in Bar.h

it knows what i want, but it doesnt offer it as a solution under the alt menu.
Comment 1 Justin Zobel 2022-10-27 02:48:26 UTC
Thank you for reporting this bug 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 2 Ian H 2022-10-27 12:59:46 UTC
In the latest version, it does show this solution in the menu, but using 'alt + <solution No>' doesnt work anymore.