https://bugs.llvm.org/show_bug.cgi?id=38576

            Bug ID: 38576
           Summary: [Formatter/ObjC] Incorrect colon alignment in a method
                    expression being a message receiver
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Formatter
          Assignee: unassignedclangb...@nondot.org
          Reporter: joles...@google.com
                CC: djas...@google.com, kli...@google.com,
                    llvm-bugs@lists.llvm.org

Incorrect:
[[aaaaaaaaaaaa bbbbbbbbb:ccccccccc dddddddd:eeeeeeeeeee
           vvvvvvvvvvvvv:ggggggggg] hhhhhhhhhhh];

Correct (notice an additional "O" that wouldn't break a column limit in the
previous example):
[[aaaaaaaaaaaa bbbbbbbbb:ccccccccc
                dddddddd:eeeeeeeeeeeO
           vvvvvvvvvvvvv:ggggggggg] hhhhhhhhhhh];

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to