aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unicode.cpp
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2013-09-04 13:25:30 +0000
committerManuel Klimek <klimek@google.com>2013-09-04 13:25:30 +0000
commit516e054c05fcf92b89fbac3e22048f2c00cf218f (patch)
tree9cf51038c5b86a23d7a0833e7c43bcf5459804d6 /llvm/lib/Support/Unicode.cpp
parentdc647a2603712672e705479497d6f6bff53e027e (diff)
downloadllvm-516e054c05fcf92b89fbac3e22048f2c00cf218f.zip
llvm-516e054c05fcf92b89fbac3e22048f2c00cf218f.tar.gz
llvm-516e054c05fcf92b89fbac3e22048f2c00cf218f.tar.bz2
Implement parsing of blocks (^{ ... }) in the unwrapped line parser.
This patch makes sure we produce the right number of unwrapped lines, a follow-up patch will make the whitespace formatting consistent. Before: void f() { int i = {[operation setCompletionBlock : ^{ [self onOperationDone]; }] } ; } After: void f() { int i = {[operation setCompletionBlock : ^{ [self onOperationDone]; }] }; } llvm-svn: 189932
Diffstat (limited to 'llvm/lib/Support/Unicode.cpp')
0 files changed, 0 insertions, 0 deletions