mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
This patch should be mostly obvious, but in one place, this patch changes: const auto &it = std::find(...) to: auto it = llvm::find(...) We do not need to bind to a temporary with const ref.
14 KiB
14 KiB