This is an archive of the discontinued LLVM Phabricator instance.

[clang] NFC: Replace std::pair by a struct in InitHeaderSearch
ClosedPublic

Authored by jansvoboda11 on May 21 2021, 8:44 AM.

Details

Summary

This patch replaces a std::pair by a proper struct in InitHeaderSearch. This will be useful in a follow-up: D102923.

Diff Detail

Event Timeline

jansvoboda11 requested review of this revision.May 21 2021, 8:44 AM
jansvoboda11 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMay 21 2021, 8:44 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.May 21 2021, 4:36 PM