]> granicus.if.org Git - clang/commit
Disable include sorting by default for Chromium style.
authorNico Weber <nicolasweber@gmx.de>
Tue, 22 Dec 2015 22:42:56 +0000 (22:42 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 22 Dec 2015 22:42:56 +0000 (22:42 +0000)
commit4be5ac759f747946853fecfe12a82704dccb17f4
tree064f67c3f203be7c3b5d9c2d38c060c1c6fa21d7
parent2f39eb6689a0e70e5c81d0f5c910497e08ec0a8a
Disable include sorting by default for Chromium style.

Include sorting generally can break .cc files, especially on Windows.  Make
this opt-in for Chromium style to give us some more time to roll this out.

(Given that the Google style guide is used by many companies, some of them
probably writing code on Windows, one could argue this should be opt-in in
general...)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256288 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp