This is an archive of the discontinued LLVM Phabricator instance.

[clang][deps] NFC: Replace a vector with an array
Needs ReviewPublic

Authored by davidstone on May 3 2023, 3:10 PM.

Details

Reviewers
Bigcheese
Summary

ResourceDirectoryCache::findResourceDir uses a std::vector when a std::array would do. Make this replacement and declare the variable const.

Diff Detail

Event Timeline

davidstone created this revision.May 3 2023, 3:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2023, 3:10 PM
davidstone requested review of this revision.May 3 2023, 3:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2023, 3:10 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript