]> granicus.if.org Git - clang/commit
clang-format: Fix incorrect calculation of "length" of /**/ comments.
authorDaniel Jasper <djasper@google.com>
Wed, 8 Jun 2016 09:45:08 +0000 (09:45 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 8 Jun 2016 09:45:08 +0000 (09:45 +0000)
commitf5771074b9b002b435f1ba653d60ae2800e2f6dc
tree133e19a9aec944046ddbf47826031ba83b34c209
parent6ae74bae68aa2640e88946fd3b10592a8df31ba8
clang-format: Fix incorrect calculation of "length" of /**/ comments.

This could lead to column limit violations.

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