]> granicus.if.org Git - clang/commit
Fix bug discovered by valgrind.
authorDaniel Jasper <djasper@google.com>
Mon, 21 Jan 2013 14:18:28 +0000 (14:18 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 21 Jan 2013 14:18:28 +0000 (14:18 +0000)
commit9c8c40e7334a59159392d020dd4339b86326ec00
tree10e504c47c854aa0af4c35c2b91a83322c42b19f
parent0fbe0087d2558c509dcfdb4b593b844625c2dd3d
Fix bug discovered by valgrind.

When trying to merge lines, we should not touch lines that are invalid,
as we don't know how long they might be.

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