]> granicus.if.org Git - clang/commit
clang-format: Fix assertion when trying to build a nullptr StringRef.
authorDaniel Jasper <djasper@google.com>
Mon, 19 Jan 2015 10:51:05 +0000 (10:51 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 19 Jan 2015 10:51:05 +0000 (10:51 +0000)
commit8904ba2a0c1e911c1dd124d44b2d6fd75ca134c3
tree1417fe5d3830a558f33a16563f5555a1d9c00dc7
parent7a1e6b7b2d5a5e77f8b6330211fccec1ad7b2d55
clang-format: Fix assertion when trying to build a nullptr StringRef.

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