This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Remove uriConverter workaround in VS code client
AbandonedPublic

Authored by krasimir on Jul 11 2017, 2:03 AM.

Details

Reviewers
klimek
Summary

Since clangd has go to definition now, this workaround doesn't work anymore.
The tool is fine with spaces encoded as %20 by the way.

Event Timeline

krasimir created this revision.Jul 11 2017, 2:03 AM
krasimir added a project: Restricted Project.
krasimir retitled this revision from [clangd] Remove uriConverter workaround to [clangd] Remove uriConverter workaround in VS code client.
krasimir added a subscriber: cfe-commits.
krasimir abandoned this revision.Jul 11 2017, 9:52 AM

https://reviews.llvm.org/D35215 is an even better solution to this problem!