]> granicus.if.org Git - clang/commit
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)
commit92f9faf3cf1065f987f227e0c2fdf06fcccf1ae8
treed7059d55aa1c85d0fff9b7e24d8f3c55931af233
parent6fe554eb4e7075cbfda927c4747d7346a27637f1
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177530 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp
unittests/Format/FormatTest.cpp