This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Remove the trailing "." in add-using message.
ClosedPublic

Authored by hokein on Nov 18 2020, 2:45 AM.

Details

Summary

to be consistent witih other code actions.

Diff Detail

Event Timeline

hokein created this revision.Nov 18 2020, 2:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2020, 2:45 AM
hokein requested review of this revision.Nov 18 2020, 2:45 AM

If you are doing this may as well cover DefineOutline and RemoveUsingNamespace - that one can do away with formatv too.

hokein updated this revision to Diff 306045.Nov 18 2020, 4:18 AM

Fix other code actions as well.

If you are doing this may as well cover DefineOutline and RemoveUsingNamespace - that one can do away with formatv too.

good catch, thanks!

adamcz accepted this revision.Nov 18 2020, 4:33 AM
This revision is now accepted and ready to land.Nov 18 2020, 4:33 AM
This revision was automatically updated to reflect the committed changes.