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 c0c73f6 commit dc8b168Copy full SHA for dc8b168
swift/extractor/translators/TypeTranslator.cpp
@@ -162,8 +162,8 @@ void TypeTranslator::fillAnyGenericType(const swift::AnyGenericType& type,
162
codeql::AnyGenericType& entry) {
163
if (!type.getDecl()->isUnavailable()) {
164
entry.declaration = dispatcher.fetchLabel(type.getDecl());
165
+ entry.parent = dispatcher.fetchOptionalLabel(type.getParent());
166
}
- entry.parent = dispatcher.fetchOptionalLabel(type.getParent());
167
168
169
void TypeTranslator::fillType(const swift::TypeBase& type, codeql::Type& entry) {
0 commit comments