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

            Bug ID: 38562
           Summary: [Formatter/ObjC] Incorrect space after @ if there is a
                    "class" keyword in method call inside an array
           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

Inconsistent outputs.

Example 1:
aaa = @ [[bbb class]];

Example 2:
aaa = @[ [bbb classy] ];

-- 
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