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 44c8af1 commit 0f69b1bCopy full SHA for 0f69b1b
plugins/rtti/plugin.cpp
@@ -44,7 +44,6 @@ 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