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.
TypeRepr
1 parent dfc91bb commit 250965bCopy full SHA for 250965b
swift/extractor/visitors/TypeVisitor.cpp
@@ -11,7 +11,7 @@ void TypeVisitor::visit(swift::TypeBase* type) {
11
12
codeql::TypeRepr TypeVisitor::translateTypeRepr(const swift::TypeRepr& typeRepr, swift::Type type) {
13
auto entry = dispatcher_.createEntry(typeRepr);
14
- entry.type = dispatcher_.fetchOptionalLabel(type);
+ entry.type = dispatcher_.fetchLabel(type);
15
return entry;
16
}
17
0 commit comments