Skip to content

Commit 6e2520f

Browse files
committed
Make sure to trigger analysis updates after VFT analysis
Unlikely to be the last for initial analysis, still a good idea to check.
1 parent 41681fb commit 6e2520f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/rtti/plugin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ void VFTAnalysis(const Ref<AnalysisContext>& analysisContext)
4444
auto itaniumProcessor = RTTI::Itanium::ItaniumRTTIProcessor(view);
4545
itaniumProcessor.ProcessVFT();
4646
view->StoreMetadata(VIEW_METADATA_RTTI, itaniumProcessor.SerializedMetadata(), true);
47+
view->UpdateAnalysis();
4748
}
4849

4950

0 commit comments

Comments
 (0)