aboutsummaryrefslogtreecommitdiffstats
path: root/utils/sort_includes.py
Commit message (Expand)AuthorAgeFilesLines
* Teach sort_includes.py to drop duplicated includes.Benjamin Kramer2012-12-211-3/+3
* Teach the include sorter to quickly skip files with an extension thatChandler Carruth2012-12-041-1/+5
* Teach the include sorter to skip files under test trees and under INPUTSChandler Carruth2012-12-041-0/+5
* Teach the include sorting script about the gtest headers; sort them withChandler Carruth2012-12-041-1/+1
* Address review comments from Matt on the sort_includes.py script.Chandler Carruth2012-12-041-10/+9
* Teach the include sorter to not choke on include guards. ;]Chandler Carruth2012-12-031-1/+1
* Add a completely hack-ish tool to sort includes according to the codingChandler Carruth2012-12-031-0/+79