Remove assertion that can be triggered on bad input.
authorDaniel Jasper <djasper@google.com>
Wed, 20 Mar 2013 15:58:10 +0000 (15:58 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 20 Mar 2013 15:58:10 +0000 (15:58 +0000)
commit291f936351573780b30c7b80d54721f9d3471b53
tree4e19b6bdc54778b4a9d090c5a28dea813085440f
parented34d0ef1a7a1e76d7f51f81532adc3425e35c76
Remove assertion that can be triggered on bad input.

clang-format can't do anything useful, so it should leave the remainder
of the line unchanged, but it should not assert/segfault.

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