[NFC] Mark derived destructors as `override`
Derived destructors can be marked as override, in order to prevent possible compilation failures of projects depending on those headers (when compiled with flags -Wall, -Wsuggest-destructor-override, -Winconsistent-missing-destructor-override). Differential Revision: https://reviews.llvm.org/D121993
Loading
Please sign in to comment