[libcxx-commits] [PATCH] D91177: [21/N] [libcxx] Implement is_absolute properly for windows
Adrian McCarthy via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 10 16:55:14 PST 2020
amccarth accepted this revision.
amccarth added a comment.
LGTM iff this function never has to deal with paths prefixed with `\\?\`, as in `\\?\C:\Windows` or `\\?\UNC\server\foo`.
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