refactor: Fix clang-tidy modernize-use-override

This commit is contained in:
Lars Toenning
2025-10-09 22:59:25 +02:00
parent 29bc905e56
commit 8f946b77d5
781 changed files with 2015 additions and 2370 deletions

View File

@@ -7,8 +7,6 @@ SWIFT_DEFINE_SEQUENCE_MIXINS(swift::misc, CPropertyIndex, CPropertyIndexList)
namespace swift::misc
{
CPropertyIndexList::CPropertyIndexList() {}
CPropertyIndexList::CPropertyIndexList(const CSequence<CPropertyIndex> &other) : CSequence<CPropertyIndex>(other) {}
CPropertyIndexList CPropertyIndexList::copyFrontRemoved() const