[all-commits] [llvm/llvm-project] f4f5fb: [libcxx] Make generic_*string return paths with fo...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Fri Feb 19 11:50:16 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f4f5fb915104887fefa602cfcbd1d4fc8447d46b
      https://github.com/llvm/llvm-project/commit/f4f5fb915104887fefa602cfcbd1d4fc8447d46b
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-02-19 (Fri, 19 Feb 2021)

  Changed paths:
    M libcxx/include/filesystem
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/named_overloads.pass.cpp

  Log Message:
  -----------
  [libcxx] Make generic_*string return paths with forward slashes on windows

This matches what MS STL returns; in std::filesystem, forward slashes
are considered generic dir separators that are valid on all platforms.

Differential Revision: https://reviews.llvm.org/D91181




More information about the All-commits mailing list