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 450848d commit 06f74ffCopy full SHA for 06f74ff
lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
@@ -1590,8 +1590,6 @@ TypeSystemSwiftTypeRef::GetSwiftASTContext(const SymbolContext *sc) const {
1590
1591
SwiftASTContext *TypeSystemSwiftTypeRefForExpressions::GetSwiftASTContext(
1592
const SymbolContext *sc) const {
1593
- // SwiftASTContext::CreateInstance() returns a nullptr on failure,
1594
- // there is no point in trying to initialize when that happens.
1595
bool precise = false;
1596
// Compute the cache key.
1597
const char *key = nullptr;
0 commit comments