[llvm-bugs] [Bug 37214] New: [Formatter/ObjC] Formatter should sort protocol conformance lists
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Apr 23 10:36:36 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37214
Bug ID: 37214
Summary: [Formatter/ObjC] Formatter should sort protocol
conformance lists
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Formatter
Assignee: unassignedclangbugs at nondot.org
Reporter: bhamiltoncx at gmail.com
CC: djasper at google.com, klimek at google.com,
llvm-bugs at lists.llvm.org
% printf "@interface Foo : Bar <X, A, Y, B, Z, C>\n at end\n" | clang-format
-assume-filename=Foo.m
@interface Foo : Bar <X, A, Y, B, Z, C>
@end
Since the order of items in a protocol conformance list doesn't matter, we
should sort them.
--
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/20180423/53ca91c9/attachment.html>
More information about the llvm-bugs
mailing list