Files
llvm-project/llvm/lib/Support/Path.cpp
Takuto Ikuta d24ebe3f00 [Support] Add std::string overload for llvm::sys::path::native (#193228)
This patch adds an overload of `llvm::sys::path::native` that returns a
`std::string` directly, making it more convenient to use when a
`std::string` is needed instead of modifying a `SmallVectorImpl<char>`
in place.

This is for
https://github.com/llvm/llvm-project/pull/193160#discussion_r3117268925,
but made separate PR.
2026-04-22 09:21:16 +00:00

39 KiB