[all-commits] [llvm/llvm-project] b76df3: [clang] NFC: Replace std::pair by a struct in Init...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Fri May 28 05:06:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b76df3235cd05d11baea67ae684f9f1fd883b76d
https://github.com/llvm/llvm-project/commit/b76df3235cd05d11baea67ae684f9f1fd883b76d
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-05-28 (Fri, 28 May 2021)
Changed paths:
M clang/lib/Frontend/InitHeaderSearch.cpp
Log Message:
-----------
[clang] NFC: Replace std::pair by a struct in InitHeaderSearch
This patch replaces a `std::pair` by a proper struct in `InitHeaderSearch`. This will be useful in a follow-up: D102923.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D102924
More information about the All-commits
mailing list