clang-format: Allow breaking after "else if(" as a last resort.
authorDaniel Jasper <djasper@google.com>
Thu, 26 Feb 2015 09:49:08 +0000 (09:49 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 26 Feb 2015 09:49:08 +0000 (09:49 +0000)
commita42de763ac54f79ce2f9abc8330e107275b2afc9
treed109b4e0c577ce438a82c29b0201a086e1c06d52
parente91665de394d0241cf90af031d1f0acda4c3f5f8
clang-format: Allow breaking after "else if(" as a last resort.

This isn't generally nice, but better than violating the column limit.

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