summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/conditional-gnu-ext.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-05-28 09:11:53 +0000
committerDaniel Jasper <djasper@google.com>2014-05-28 09:11:53 +0000
commit335ff26631b142d56b2954e37c51c2a979a34c53 (patch)
treea91bc5e2587ea14e23860f1561856f004a2ead14 /clang/test/CodeGenCXX/conditional-gnu-ext.cpp
parent82ee0433da3c2d2f2eb9f46f80c463f71bb75c29 (diff)
downloadbcm5719-llvm-335ff26631b142d56b2954e37c51c2a979a34c53.tar.gz
bcm5719-llvm-335ff26631b142d56b2954e37c51c2a979a34c53.zip
clang-format: Format array and dict literals similar to blocks.
Especially, reduce the amount of indentation if it doesn't increase readability. Before: NSMutableDictionary* dictionary = [NSMutableDictionary dictionaryWithDictionary:@{ aaaaaaaaaaaaaaaaaaaaa : aaaaaaaaaaaaa, bbbbbbbbbbbbbbbbbb : bbbbb, cccccccccccccccc : ccccccccccccccc }]; After: NSMutableDictionary* dictionary = [NSMutableDictionary dictionaryWithDictionary:@{ aaaaaaaaaaaaaaaaaaaaa : aaaaaaaaaaaaa, bbbbbbbbbbbbbbbbbb : bbbbb, cccccccccccccccc : ccccccccccccccc }]; llvm-svn: 209720
Diffstat (limited to 'clang/test/CodeGenCXX/conditional-gnu-ext.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud