This patch replaces a std::pair by a proper struct in InitHeaderSearch. This will be useful in a follow-up: D102923.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D102924
[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 Timelinejansvoboda11 created this revision. jansvoboda11 added a child revision: D102923: [clang][lex] Remark on search path usage.May 21 2021, 8:50 AM This revision is now accepted and ready to land.May 21 2021, 4:36 PM Closed by commit rGb76df3235cd0: [clang] NFC: Replace std::pair by a struct in InitHeaderSearch (authored by jansvoboda11). · Explain WhyMay 28 2021, 5:06 AM This revision was automatically updated to reflect the committed changes. jansvoboda11 removed a child revision: D102923: [clang][lex] Remark on search path usage.Oct 8 2021, 12:41 PM
Revision Contents
Diff 347045 clang/lib/Frontend/InitHeaderSearch.cpp
|