]> granicus.if.org Git - clang/commit
Fix comment alignment close to the column limit.
authorDaniel Jasper <djasper@google.com>
Wed, 13 Feb 2013 19:25:54 +0000 (19:25 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 13 Feb 2013 19:25:54 +0000 (19:25 +0000)
commit42f458d164cbbee23e55e874b6cee7026ca721ca
tree4d044a0d7a963cbd97390413446f05527a935d3f
parent82064213e9ef308e9a929ecfb31f4698a834ecdd
Fix comment alignment close to the column limit.

Due to an error in one of the expressions, we used to not align comments
although it would have been possible.

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