ΒΆvoid native(
    SmallVectorImpl<char>& path,
    llvm::sys::path::Style style = Style::native)

Description

Convert path to the native form in place. This is used to give paths to users and operating system calls in the platform's normal way. For example, on Windows all '/' are converted to ' \ '.

Declared at: llvm/include/llvm/Support/Path.h:263

Parameters

SmallVectorImpl<char>& path
A path that is transformed to native format.
llvm::sys::path::Style style = Style::native