clang-format: Fix string breaking after "<<".
authorDaniel Jasper <djasper@google.com>
Fri, 2 Aug 2013 11:01:15 +0000 (11:01 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 2 Aug 2013 11:01:15 +0000 (11:01 +0000)
commit3dcd7eca7aa23beecfb59e0757e4c56ef8e6f149
treeaac27a6d0a1bb6e51b94fbe3f609194ceee6751c
parent3194fca45fccafc8b9c97975e62afdde7f8c54cc
clang-format: Fix string breaking after "<<".

Before, clang-format would not break overly long string literals
following a "<<" with FormatStyle::AlwaysBreakBeforeMultilineStrings
being set.

llvm-svn: 187650
clang/lib/Format/Format.cpp
clang/unittests/Format/FormatTest.cpp