[llvm-bugs] [Bug 38576] New: [Formatter/ObjC] Incorrect colon alignment in a method expression being a message receiver

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 15 02:43:55 PDT 2018


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: unassignedclangbugs at nondot.org
          Reporter: jolesiak at google.com
                CC: djasper at google.com, klimek at google.com,
                    llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180815/51dc5679/attachment.html>


More information about the llvm-bugs mailing list