https://bugs.llvm.org/show_bug.cgi?id=38595
Bug ID: 38595
Summary: [Formatter/ObjC] Incorrect break before accessing a
field of an output of a method expression
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
Correct output:
aaaa = [bbbb cccc:dddd
eeee:ffff].g;
clang-format -style='{ColumnLimit: 30}' file.m:
aaaa = [bbbb cccc:dddd
eeee:ffff]
.g;
--
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