r257763 - clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 18 08:53:48 PST 2016


On Thu, Jan 14, 2016 at 5:36 AM, Daniel Jasper via cfe-commits
<cfe-commits at lists.llvm.org> wrote:
> Author: djasper
> Date: Thu Jan 14 07:36:46 2016
> New Revision: 257763
>
> URL: http://llvm.org/viewvc/llvm-project?rev=257763&view=rev
> Log:
> clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.
>
> Before:
>   aaaa[bbbb]
>       .cccc();
>
> After:
>   aaaa[bbbb].cccc();
>
> Modified:
>     cfe/trunk/lib/Format/ContinuationIndenter.cpp
>     cfe/trunk/unittests/Format/FormatTest.cpp

Daniel requested that this gets merged to 3.8, and so I've merged it in r261225.

Thanks,
Hans


More information about the cfe-commits mailing list