[llvm-bugs] [Bug 38595] New: [Formatter/ObjC] Incorrect break before accessing a field of an output of a method expression
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Aug 16 02:12:49 PDT 2018
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: unassignedclangbugs at nondot.org
Reporter: jolesiak at google.com
CC: djasper at google.com, klimek at google.com,
llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180816/5a733511/attachment-0001.html>
More information about the llvm-bugs
mailing list