This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Minor cleanup
ClosedPublic

Authored by omtcyfz on May 29 2018, 4:46 AM.

Details

Summary

This patch silences few clang-tidy warnings, removes unwanted trailing whitespace and enforces coding guidelines.

The functionality is not affected since the cleanup is rather straightforward, all clangd tests are still green.

Diff Detail

Repository
rL LLVM

Event Timeline

omtcyfz created this revision.May 29 2018, 4:46 AM
ioeric accepted this revision.May 29 2018, 4:51 AM

lgtm. Nice! :)

This revision is now accepted and ready to land.May 29 2018, 4:51 AM
This revision was automatically updated to reflect the committed changes.

Thank you, Eric!