This is an archive of the discontinued LLVM Phabricator instance.

Clang-format and whitespace cleanup of source code
ClosedPublic

Authored by tlwilmar on Apr 28 2017, 1:33 PM.

Details

Summary

This patch contains the clang-format and cleanup of the entire code base. Some of clang-formats changes made the code look worse in places. A best effort was made to resolve the bulk of these problems, but many remain. Most of the problems were mangling line-breaks and tabbing of comments.

Diff Detail

Repository
rL LLVM

Event Timeline

tlwilmar created this revision.Apr 28 2017, 1:33 PM
jlpeyton accepted this revision.May 12 2017, 11:12 AM

LGTM. I think we can fix any further formatting problems as we go.

This revision is now accepted and ready to land.May 12 2017, 11:12 AM
This revision was automatically updated to reflect the committed changes.