This is an archive of the discontinued LLVM Phabricator instance.

[Utils] Put includes in correct order. NFC.
ClosedPublic

Authored by mgrang on Nov 23 2015, 3:17 PM.

Details

Summary
Followed the guidelines in:
http://llvm.org/docs/CodingStandards.html#include-style

However, I noticed that uppercase named headers come before lowercase ones
throughout the codebase. So kept them as is.

Patch by Mandeep Singh Grang <mgrang@codeaurora.org>

Diff Detail

Repository
rL LLVM

Event Timeline

mgrang updated this revision to Diff 40989.Nov 23 2015, 3:17 PM
mgrang retitled this revision from to [Utils] Put includes in correct order. NFC..
mgrang updated this object.
mgrang added reviewers: majnemer, davide.
mgrang set the repository for this revision to rL LLVM.
atrick accepted this revision.Nov 24 2015, 10:52 AM
atrick edited edge metadata.

Not sure why I'm reviewing this, but LGTM.

This revision is now accepted and ready to land.Nov 24 2015, 10:52 AM
weimingz closed this revision.Nov 24 2015, 10:59 AM