CppEditor: Run test cases for virtual functions also with clangd

This uncovered some bugs, of which we fixed the ones that we could do
something about.

Change-Id: Id8494793bec4d25635bf920133d9f9331bd36228
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Kandeler
2021-05-27 16:32:24 +02:00
parent 56555d8b74
commit eba2f2df84
6 changed files with 185 additions and 30 deletions

View File

@@ -113,7 +113,7 @@ public:
auto *hintItem = new VirtualFunctionProposalItem(Utils::Link());
hintItem->setText(QCoreApplication::translate("VirtualFunctionsAssistProcessor",
"...searching overrides"));
"collecting overrides ..."));
hintItem->setOrder(-1000);
QList<AssistProposalItemInterface *> items;