This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Move the existing heder-source-switch implemenation out of clangdServer.
ClosedPublic

Authored by hokein on Sep 24 2019, 6:19 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein created this revision.Sep 24 2019, 6:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 24 2019, 6:19 AM
kadircet accepted this revision.Sep 25 2019, 1:17 AM

thanks, lgtm!

clang-tools-extra/clangd/HeaderSourceSwitch.cpp
21 ↗(On Diff #221528)

this patch is fixing it ?

clang-tools-extra/clangd/HeaderSourceSwitch.h
15 ↗(On Diff #221528)

nit: s/a best/the best

21 ↗(On Diff #221528)

nit: s/a best/the best

This revision is now accepted and ready to land.Sep 25 2019, 1:17 AM
hokein updated this revision to Diff 221703.Sep 25 2019, 3:22 AM
hokein marked 3 inline comments as done.

address comments.

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 25 2019, 3:28 AM