This is an archive of the discontinued LLVM Phabricator instance.

Run clang-format on clang-rename code
ClosedPublic

Authored by vmiklos on Aug 4 2016, 12:29 AM.

Details

Summary

So that later commits don't introduce non-functional changes when
running clang-format before committing.

Diff Detail

Event Timeline

vmiklos updated this revision to Diff 66766.Aug 4 2016, 12:29 AM
vmiklos retitled this revision from to Run clang-format on clang-rename code.
vmiklos updated this object.
vmiklos added reviewers: klimek, omtcyfz.
vmiklos added a subscriber: cfe-commits.
klimek accepted this revision.Aug 4 2016, 12:43 AM
klimek edited edge metadata.

lg

This revision is now accepted and ready to land.Aug 4 2016, 12:43 AM
This revision was automatically updated to reflect the committed changes.
omtcyfz edited edge metadata.Aug 4 2016, 2:32 AM

Actually few changes clang-format would produce weren't there. It's either you used old clang-format or you missed them, but there were header reordering issues. Pushed quick fix.

Thanks. Yes, I used the Linux-distro-provided clang-format-3.7, I didn't notice that the trunk version now also sorts includes.