For Windows path styles, convert path to use the preferred path separators. For other styles, do nothing.
Declared in <llvm/Support/Path.h>
void
make_preferred(
SmallVectorImpl<char>& path,
Style style = Style::native);
| Name | Description |
|---|---|
| path | A path that is transformed to preferred format. |