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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
