klimek added a comment.

In https://reviews.llvm.org/D33589#942128, @Typz wrote:

> Indeed, looks good, thanks!
>
> Though that exacerbates the alignment issue, I now get things like this:
>
>   enum {
>     SomeLongerEnum, // comment
>     SomeThing,      // comment
>     Foo, // something
>   } 
>                               ^ (column limit)
>   
>
> The comment on 'Foo' would overflow a bit, but it gets unindented during 
> "alingment" stage, which kind of 'breaks' the decision that was made earlier 
> on *not* to break the comment...


Ok, that seems like a different bug that we can fix in alignment, though :)


https://reviews.llvm.org/D33589



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to