[PATCH] D74777: [VFS][WIP] More consistent handling of hybrid paths of Windows+Posix styles
Adrian McCarthy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 08:42:08 PST 2020
amccarth added a comment.
That's strange. I thought I'd run all the LLVM and Clang VFS tests before posting this patch.
I'll look into it some more when I get a chance. I was not aware that Posix treats (exactly) two slashes at the root as "special." These VFS hybrid paths are really a pain, since a double backslash at the root means a UNC path, but we mostly treat slashes and backslashes as interchangeable. What a mess.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74777/new/
https://reviews.llvm.org/D74777
More information about the llvm-commits
mailing list