sammccall accepted this revision. sammccall added inline comments. This revision is now accepted and ready to land.
================ Comment at: clangd/URI.cpp:94 case '/': // '/' is only reserved when parsing. + case ':': return false; ---------------- add a comment: ':' is only reserved in relative URI paths, which we never produce Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D53016 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits