Skip to content
Commit 2a4b1539 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

[Support] [Path] Use std::replace instead of an explicit comparison loop. NFC.

After 8fc7a907, this loop does
the same as a plain `std::replace`.

Also clarify the comment about what this function does.

Differential Revision: https://reviews.llvm.org/D111730
parent d9b9a7f4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment