This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Allow to override contents of the file during completion.
ClosedPublic

Authored by ilya-biryukov on Jun 12 2017, 9:10 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ilya-biryukov created this revision.Jun 12 2017, 9:10 AM
krasimir accepted this revision.Jun 12 2017, 1:37 PM
krasimir added inline comments.
unittests/clangd/ClangdTests.cpp
432 ↗(On Diff #102190)

nit: add a space between line and (.

452 ↗(On Diff #102190)

Is this how clang-format formats this chain? :(

This revision is now accepted and ready to land.Jun 12 2017, 1:37 PM
ilya-biryukov marked 2 inline comments as done.

Fixed formatting, added a space (see krasimir's comment)

unittests/clangd/ClangdTests.cpp
452 ↗(On Diff #102190)

Yes :'(

This revision was automatically updated to reflect the committed changes.