[cfe-commits] [PATCH] Initial version of formatting library
Daniel Jasper
djasper at google.com
Fri Nov 16 13:27:38 PST 2012
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
More information about the cfe-commits
mailing list