Teach the include sorter to quickly skip files with an extension that
authorChandler Carruth <chandlerc@gmail.com>
Tue, 4 Dec 2012 10:08:59 +0000 (10:08 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 4 Dec 2012 10:08:59 +0000 (10:08 +0000)
commitc5c675d203fa626f77becbd4d42d8b9c91ffc985
tree7f15646e0c36b397b08e1a2594163db5d2e3cb5d
parent2aa2a9bf2b4c12aa6531cc0f842a7df0d85d6f9f
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.

llvm-svn: 169248
llvm/utils/sort_includes.py