diff options
author | Manuel Klimek <klimek@google.com> | 2013-09-04 13:25:30 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2013-09-04 13:25:30 +0000 |
commit | 516e054c05fcf92b89fbac3e22048f2c00cf218f (patch) | |
tree | 9cf51038c5b86a23d7a0833e7c43bcf5459804d6 /llvm/lib/Support/Unicode.cpp | |
parent | dc647a2603712672e705479497d6f6bff53e027e (diff) | |
download | llvm-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