We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7225c commit 671365bCopy full SHA for 671365b
src/plugins/cppeditor/typehierarchybuilder.cpp
@@ -185,6 +185,7 @@ void TypeHierarchyBuilder::buildDerived(const std::optional<QFuture<void>> &futu
185
return;
186
Document::Ptr doc = snapshot.document(fileName);
187
if ((_candidates.contains(fileName) && !_candidates.value(fileName).contains(symbolName))
188
+ || !symbol->identifier()
189
|| !doc->control()->findIdentifier(symbol->identifier()->chars(),
190
symbol->identifier()->size())) {
191
continue;
0 commit comments