-
- Downloads
[Support] [Windows] Convert paths to the preferred form
This normalizes most paths (except ones input from the user as command line arguments) into the preferred form, if `real_style()` evaluates to `windows_forward`. Differential Revision: https://reviews.llvm.org/D111880
Showing
- llvm/lib/Support/Windows/Path.inc 24 additions, 3 deletionsllvm/lib/Support/Windows/Path.inc
- llvm/lib/Support/Windows/Process.inc 1 addition, 0 deletionsllvm/lib/Support/Windows/Process.inc
- llvm/lib/Support/Windows/Program.inc 1 addition, 0 deletionsllvm/lib/Support/Windows/Program.inc
- llvm/unittests/Support/CommandLineTest.cpp 6 additions, 0 deletionsllvm/unittests/Support/CommandLineTest.cpp
- llvm/unittests/Support/Path.cpp 46 additions, 2 deletionsllvm/unittests/Support/Path.cpp
- llvm/unittests/Support/ProgramTest.cpp 12 additions, 3 deletionsllvm/unittests/Support/ProgramTest.cpp
Loading
Please register or sign in to comment