ilya-golovenko updated this revision to Diff 279233.
ilya-golovenko added a comment.
Consistent naming: hasDriveLetter => isWindowsPath
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84150/new/
https://reviews.llvm.org/D84150
Files:
clang-tools-e
ilya-golovenko updated this revision to Diff 279224.
ilya-golovenko added a comment.
Consistent naming: Name => Path
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84150/new/
https://reviews.llvm.org/D84150
Files:
clang-tools-extra/clangd/URI.cpp
ilya-golovenko added a comment.
This is an attempt to improve handling of Windows UNC paths in clangd. Any
feedback is appreciated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84150/new/
https://reviews.llvm.org/D84150
___
walrus created this revision.
Herald added subscribers: cfe-commits, kbobyrev, usaxena95, kadircet, arphaman,
jkorous, MaskRay, ilya-biryukov.
Herald added a project: clang.
The fix improves handling of Windows UNC paths to align with Appendix E.
Nonstandard Syntax Variations of RFC 8089. Before