clang-format: Fix clang-format crash on invalid code.
authorDaniel Jasper <djasper@google.com>
Mon, 19 Jan 2015 10:51:23 +0000 (10:51 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 19 Jan 2015 10:51:23 +0000 (10:51 +0000)
commit675b4f8350a868081a5a33f03f49fbe7c5f56b31
treead5dc556e4e8961ba12b47bdbc50a202420ffe0f
parent9d22bcc53e70a597ccdfc2c4c1a2276a5bbeee00
clang-format: Fix clang-format crash on invalid code.

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