]> granicus.if.org Git - clang/commit
clang-format: Fix incorrect handling of leading whitespace.
authorDaniel Jasper <djasper@google.com>
Sat, 31 Jan 2015 07:05:46 +0000 (07:05 +0000)
committerDaniel Jasper <djasper@google.com>
Sat, 31 Jan 2015 07:05:46 +0000 (07:05 +0000)
commit57856d3c654d72f37d67e8ac1c6f1438cb434952
treee66e07b7fd1fdc5f6745d7804d2e6ade54f1748a
parenta4a578497df7353f50689db531ef43d111e6540e
clang-format: Fix incorrect handling of leading whitespace.

Added an assertion that triggered in an existing test case (without
observable differences) and fixed the code.

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