summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-04-14 12:05:05 +0000
committerDaniel Jasper <djasper@google.com>2014-04-14 12:05:05 +0000
commitaf4fee2636b304ed86e8d05d8f076219d595b54c (patch)
tree195ca2bc9794fc9a4d766aaea3971f1a1ee63138 /llvm/lib
parent90527cb3249f353ac0f67d923c484ee949e3c939 (diff)
downloadbcm5719-llvm-af4fee2636b304ed86e8d05d8f076219d595b54c.tar.gz
bcm5719-llvm-af4fee2636b304ed86e8d05d8f076219d595b54c.zip
clang-format: With ColumnLimit=0, keep short array literals on a line.
Before: NSArray* a = [[NSArray alloc] initWithArray:@[ @"a" ] copyItems:YES]; After: NSArray* a = [[NSArray alloc] initWithArray:@[ @"a" ] copyItems:YES]; This fixed llvm.org/PR19080. llvm-svn: 206161
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud