[PATCH] clang-format: [Java] format Java lambda expressions

Harry Terkelsen het at google.com
Thu Nov 20 17:42:39 PST 2014


Will this work for now? The way the fake paren parsing works, we will have (using '[' ']' as fake parens):

```
[[([a, b]) -> a] + b]
```
When we really want:

```
[([a, b]) -> [a + b]]
```

http://reviews.llvm.org/D6350






More information about the cfe-commits mailing list