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 27de569 commit b57791eCopy full SHA for b57791e
lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
@@ -1490,6 +1490,7 @@ void TypeSystemSwiftTypeRef::NotifyAllTypeSystems(
1490
void TypeSystemSwiftTypeRefForExpressions::ModulesDidLoad(
1491
ModuleList &module_list) {
1492
++m_generation;
1493
+ m_clang_type_cache.Clear();
1494
NotifyAllTypeSystems([&](TypeSystemSP ts_sp) {
1495
if (auto swift_ast_ctx =
1496
llvm::dyn_cast_or_null<SwiftASTContextForExpressions>(ts_sp.get()))
0 commit comments