This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Move Rename into its own file, and add unit test. NFC
ClosedPublic

Authored by sammccall on May 6 2019, 6:54 AM.

Diff Detail

Event Timeline

sammccall created this revision.May 6 2019, 6:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 6 2019, 6:54 AM
kadircet accepted this revision.May 6 2019, 7:18 AM

LGTM

clangd/ClangdServer.cpp
264

Why change Path to std::string ?

This revision is now accepted and ready to land.May 6 2019, 7:18 AM
sammccall marked 2 inline comments as done.May 7 2019, 12:04 AM
sammccall added inline comments.
clangd/ClangdServer.cpp
264

Oops, removed this capture and then re-added it.

This revision was automatically updated to reflect the committed changes.
sammccall marked an inline comment as done.

Incidentally, this was not NFC - it deduplicates edits and therefore works around a bug in the visitor!