clang-format: Break before 'else' in Stroustrup style.
authorDaniel Jasper <djasper@google.com>
Tue, 5 Aug 2014 12:06:20 +0000 (12:06 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 5 Aug 2014 12:06:20 +0000 (12:06 +0000)
commitd9670878d46372e402f67372361cd408f98c54ef
treed1fd766c66eea68fd183965da6f44ead63f0ea5f
parent202f3c5346ffe0aa64ec3c9f87da56f1b85d806b
clang-format: Break before 'else' in Stroustrup style.

Seems to be the desired thing to do according to:
  http://www.stroustrup.com/Programming/PPP-style-rev3.pdf

Patch by Jarkko Hietaniemi, thank you!

llvm-svn: 214857
clang/include/clang/Format/Format.h
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTest.cpp