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)
commitc485b4e5b8adf751794c2fab702b2ef62deb3fa7
tree17a3831426a5519cd0a8ec3d1aa939cf18c4ef41
parentd265090cd67ebb3f2dd280a30722b07f080eefce
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];

llvm-svn: 174513
clang/lib/Format/Format.cpp
clang/unittests/Format/FormatTest.cpp