clang-format: Use stable_sort when sorting #includes.
authorDaniel Jasper <djasper@google.com>
Thu, 3 Mar 2016 17:34:14 +0000 (17:34 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 3 Mar 2016 17:34:14 +0000 (17:34 +0000)
commit94a96fcebee02b3785b68dd5fc980666a5e7ea41
tree6f5938a147f14a2fa882910a1834d8fdd95577f8
parentfaedfcbf6db7739bea35108b0b850490366145e3
clang-format: Use stable_sort when sorting #includes.

Otherwise, clang-format can output useless replacements in the presence
of identical #includes

llvm-svn: 262630
clang/lib/Format/Format.cpp
clang/unittests/Format/SortIncludesTest.cpp