You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skip annotating classes with only defaulted, deleted, or pure virtual methods (#48)
## Purpose
Make annotating at the class level for vtable export more strict.
## Background
b7cb8df introduced exporting at the
class level for class definitions with out-of-line virtual methods.
However, the check for virtual methods requiring export was not as
strict as it could be: defaulted, deleted, and pure virtual methods do
not require the vtable to be exported.
## Validation
1. New test cases to verify stricter virtual method checks.
2. Ran tests locally on Windows and Linux,
---------
Co-authored-by: Saleem Abdulrasool <[email protected]>
0 commit comments