History log of /external/llvm/utils/sort_includes.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c851438e3f2c587c5b8fb7ec4bf179798532b9f3 21-Dec-2012 Benjamin Kramer <benny.kra@googlemail.com> Teach sort_includes.py to drop duplicated includes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170911 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/sort_includes.py
96ad0e8b1635eb923ef5e9c79fef8b902960dfbb 04-Dec-2012 Chandler Carruth <chandlerc@gmail.com> Teach the include sorter to quickly skip files with an extension that
doesn't look like it will have C++ code in it.

Suggestions on a better heuristic are welcome.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169248 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/sort_includes.py
fd025797ea5197b838f87ce57f2df5bccf27ad20 04-Dec-2012 Chandler Carruth <chandlerc@gmail.com> Teach the include sorter to skip files under test trees and under INPUTS
trees. This allows running the input sorter on the entire clang
repository cleanly now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169247 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/sort_includes.py
1ff3d66222634fabad236423e454c0b9bd631084 04-Dec-2012 Chandler Carruth <chandlerc@gmail.com> Teach the include sorting script about the gtest headers; sort them with
the system headers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169242 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/sort_includes.py
6cb571968901701212570cbb2ab34cf4af6ba51e 04-Dec-2012 Chandler Carruth <chandlerc@gmail.com> Address review comments from Matt on the sort_includes.py script.

1) Teach it to handle files with #include on the first line -- these do
actually exist in LLVM.
2) Support llvm-c and clang-c include projects.
3) Nuke some stail imports.
4) Switch to using os.path to split the file extension off.
5) Remove debugging leftovers.
6) Add docstring (a really puny one) for the sort function.

I'm continuing te avoid stripping the whitespace on the RHS to preserve
whatever newline characters happen to be in the original file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169222 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/sort_includes.py
998aae738d2a014cb46d6e29a585fd781f95b677 03-Dec-2012 Chandler Carruth <chandlerc@gmail.com> Teach the include sorter to not choke on include guards. ;]

Kind of important when prepping the include/... tree version of the sort
changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169132 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/sort_includes.py
0cd94c71db19c0a53d1d97f353116e271884a336 03-Dec-2012 Chandler Carruth <chandlerc@gmail.com> Add a completely hack-ish tool to sort includes according to the coding
standards.

I am a terrible Python programmer. Patches more the welcome. Please tell
me how this should look if it should look differently. It's just a tiny
little script so it didn't make sense to go through pre-commit review,
especially as someone who actually knows python may want to just rip it
apart and do it The Right Way.

I will be preparing a commit shortly that uses this script to
canonicalize *all* of the #include lines in LLVM. Really, all of them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169125 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/sort_includes.py