Rule: Virtual function added¶
Canonical rule slug: virtual-method-added. ← back to all rules
A virtual function is added, growing or reordering the vtable so existing binaries dispatch through the wrong slot.
Canonical demonstration¶
- case68_virtual_method_added — Virtual Method Added to Non-Virtual Class (🔴 BREAKING)