]> granicus.if.org Git - clang/commit
clang-format: Fix bug when aligning trailing /**/-comments in macros.
authorDaniel Jasper <djasper@google.com>
Sun, 27 Apr 2014 10:03:19 +0000 (10:03 +0000)
committerDaniel Jasper <djasper@google.com>
Sun, 27 Apr 2014 10:03:19 +0000 (10:03 +0000)
commit394dfe84015000ce205ff9336f37553d6dd59061
tree1624098ff9dba55e23eca4397b0a5ffdbf50ced0
parent2e3eed3e5bdca4f5c1fd2af2320e3761869d292e
clang-format: Fix bug when aligning trailing /**/-comments in macros.

Previously this could lead to a column limit violation with the
required escaped newlines.

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