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 c472694 commit f1592e5Copy full SHA for f1592e5
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -4916,7 +4916,6 @@ static SwiftASTContext::TypeOrDecl DeclToTypeOrDecl(swift::Decl *decl) {
4916
case swift::DeclKind::AssociatedType:
4917
case swift::DeclKind::EnumElement:
4918
case swift::DeclKind::EnumCase:
4919
- case swift::DeclKind::IfConfig:
4920
case swift::DeclKind::Param:
4921
case swift::DeclKind::Macro:
4922
case swift::DeclKind::MacroExpansion:
0 commit comments