This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Mark colon as a safe character when percent-encoding.
ClosedPublic

Authored by kadircet on Oct 9 2018, 1:24 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kadircet created this revision.Oct 9 2018, 1:24 AM
sammccall accepted this revision.Oct 9 2018, 2:58 AM
sammccall added inline comments.
clangd/URI.cpp
94 ↗(On Diff #168758)

add a comment: ':' is only reserved in relative URI paths, which we never produce

This revision is now accepted and ready to land.Oct 9 2018, 2:58 AM
kadircet updated this revision to Diff 168771.Oct 9 2018, 3:30 AM
  • Add comments.
kadircet marked an inline comment as done.Oct 9 2018, 3:30 AM
This revision was automatically updated to reflect the committed changes.