[libcxx-commits] [PATCH] D91177: [21/N] [libcxx] Implement is_absolute properly for windows
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 10 22:40:24 PST 2020
mstorsjo added a comment.
In D91177#2447485 <https://reviews.llvm.org/D91177#2447485>, @amccarth wrote:
> LGTM iff this function never has to deal with paths prefixed with `\\?\`, as in `\\?\C:\Windows` or `\\?\UNC\server\foo`.
Yeah, those kinds of paths are out of spec here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91177/new/
https://reviews.llvm.org/D91177
More information about the libcxx-commits
mailing list