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 41681fb commit 6e2520fCopy full SHA for 6e2520f
plugins/rtti/plugin.cpp
@@ -44,6 +44,7 @@ void VFTAnalysis(const Ref<AnalysisContext>& analysisContext)
44
auto itaniumProcessor = RTTI::Itanium::ItaniumRTTIProcessor(view);
45
itaniumProcessor.ProcessVFT();
46
view->StoreMetadata(VIEW_METADATA_RTTI, itaniumProcessor.SerializedMetadata(), true);
47
+ view->UpdateAnalysis();
48
}
49
50
0 commit comments