[llvm-bugs] [Bug 38562] New: [Formatter/ObjC] Incorrect space after @ if there is a "class" keyword in method call inside an array
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Aug 14 05:55:59 PDT 2018
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: unassignedclangbugs at nondot.org
Reporter: jolesiak at google.com
CC: djasper at google.com, klimek at google.com,
llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180814/31859d2b/attachment-0001.html>
More information about the llvm-bugs
mailing list