summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2017-03-02 14:51:54 +0000
committerNico Weber <nicolasweber@gmx.de>2017-03-02 14:51:54 +0000
commit3ffedcdfa3fdc480899fee8f5cb008b280d8629a (patch)
treeb9484677be55a8eecc314c3a75cf5b1d42e8347b
parent8bdc36eccdef81b5b6b5dfe4c2ba66182ee52e02 (diff)
downloadbcm5719-llvm-3ffedcdfa3fdc480899fee8f5cb008b280d8629a.tar.gz
bcm5719-llvm-3ffedcdfa3fdc480899fee8f5cb008b280d8629a.zip
Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change.
llvm-svn: 296749
-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 9910e4316bc..8de3355bd5f 100644
--- a/clang/lib/Format/Format.cpp
+++ b/clang/lib/Format/Format.cpp
@@ -554,7 +554,6 @@ FormatStyle getLLVMStyle() {
LLVMStyle.SpacesBeforeTrailingComments = 1;
LLVMStyle.Standard = FormatStyle::LS_Cpp11;
LLVMStyle.UseTab = FormatStyle::UT_Never;
- LLVMStyle.JavaScriptQuotes = FormatStyle::JSQS_Leave;
LLVMStyle.ReflowComments = true;
LLVMStyle.SpacesInParentheses = false;
LLVMStyle.SpacesInSquareBrackets = false;
OpenPOWER on IntegriCloud