summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2017-02-24 19:13:59 +0000
committerNico Weber <nicolasweber@gmx.de>2017-02-24 19:13:59 +0000
commit004d5245c085e642cd7efc3c0680f245ebb1677e (patch)
tree059c615318b3220bc668e9dfff14033877b28f98 /clang/lib/Format/Format.cpp
parentd96ae867351ece78d2aa2fe0fb463a626fbb3029 (diff)
downloadbcm5719-llvm-004d5245c085e642cd7efc3c0680f245ebb1677e.tar.gz
bcm5719-llvm-004d5245c085e642cd7efc3c0680f245ebb1677e.zip
clang-format: Enable include sorting for style=Chromium
llvm-svn: 296161
Diffstat (limited to 'clang/lib/Format/Format.cpp')
-rw-r--r--clang/lib/Format/Format.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp
index 9d72797cff1..a48bd37d4d9 100644
--- a/clang/lib/Format/Format.cpp
+++ b/clang/lib/Format/Format.cpp
@@ -656,7 +656,6 @@ FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language) {
if (Language == FormatStyle::LK_ObjC)
ChromiumStyle.ColumnLimit = 80;
}
- ChromiumStyle.SortIncludes = false;
return ChromiumStyle;
}
OpenPOWER on IntegriCloud