This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Check that scheme is valid when parsing URI.
ClosedPublic

Authored by ioeric on Sep 25 2018, 3:22 AM.

Diff Detail

Event Timeline

ioeric created this revision.Sep 25 2018, 3:22 AM
sammccall accepted this revision.Sep 25 2018, 3:29 AM
sammccall added inline comments.
clangd/URI.cpp
134

nit: lowercase isValidScheme

This revision is now accepted and ready to land.Sep 25 2018, 3:29 AM
ioeric updated this revision to Diff 166839.Sep 25 2018, 3:48 AM
  • lower case function name.
This revision was automatically updated to reflect the committed changes.