I am not entirely sure how that would be broken into unwrapped lines. We can: - Carry state from on unwrapped line into another - Put all of it into a single unwrapped line (and somehow reuse the level parsing?) - Do less then ideal formatting
However, I don't even know what the correct formatting of such lambdas in call expressions would be (especially if you would have additional parameters afterwards, etc.), so I would not want to write any precise assumptions into comments right now. http://llvm-reviews.chandlerc.com/D80 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
