[libcxx-commits] [libcxx] [libc++] Do not remove a root-name followed by ".." in `path::lexically_normal()` (PR #201261)
Martin Storsjö via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 26 13:01:32 PDT 2026
mstorsjo wrote:
I had a look at the code.
I don't really remember all the aspects of how this code works, so I can't really give a good evaluation of it right now, but the code change looks reasonable (nice to use `PathParser`'s classification methods rather than comparing with hardcoded strings - as it avoids arch specific ifdefs here). And as it doesn't change any existing tests, and aligns things to MS STL, it probably is ok.
https://github.com/llvm/llvm-project/pull/201261
More information about the libcxx-commits
mailing list