| commit | ffdeb595ba7e684207d70ea67edd91372604e542 | [log] [tgz] |
|---|---|---|
| author | Manuel Klimek <klimek@google.com> | Tue Sep 03 15:10:01 2013 +0000 |
| committer | Manuel Klimek <klimek@google.com> | Tue Sep 03 15:10:01 2013 +0000 |
| tree | 026465db6cc2567f245ff2b582719f5f672f87b1 | |
| parent | 2b8d35f8acee6e7b7a19b191494344761b1f517f [diff] |
First step towards correctly formatting lambdas. Implements parsing of lambdas in the UnwrappedLineParser. This introduces the correct line breaks; the formatting of lambda captures are still incorrect, and the braces are also still formatted as if they were braced init lists instead of blocks. llvm-svn: 189818