This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFC] Add 'override' where missing in source/ and tools/
ClosedPublic

Authored by logan-5 on Jul 14 2020, 10:13 PM.

Details

Summary

These were found by Clang's new -Wsuggest-override.

This patch doesn't touch any code in unittests/, since much of it intentionally doesn't use override to avoid massive warning spam from -Winconsistent-missing-override due to the use of MOCK_*** macros.

Diff Detail

Event Timeline

logan-5 created this revision.Jul 14 2020, 10:13 PM
clayborg accepted this revision.Jul 15 2020, 11:17 AM
This revision is now accepted and ready to land.Jul 15 2020, 11:17 AM
This revision was automatically updated to reflect the committed changes.