]> granicus.if.org Git - clang/commit
Fix formatting of ObjC method calls.
authorDaniel Jasper <djasper@google.com>
Wed, 6 Feb 2013 16:00:26 +0000 (16:00 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 6 Feb 2013 16:00:26 +0000 (16:00 +0000)
commit9e9e6e0297a96e237b53e6be433749065bcea5f8
treec9df3b668eaa31309ae74ad1cea978c5bea243d9
parentb8b1ce12362860e55590c55fd43db875c9193357
Fix formatting of ObjC method calls.

This fixes llvm.org/PR15165.

We now correctly align:
  [image_rep drawInRect:drawRect
               fromRect:NSZeroRect
              operation:NSCompositeCopy
               fraction:1.0
             ssssssssdd:NO
                  hints:nil];

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174513 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp
unittests/Format/FormatTest.cpp