[llvm-bugs] [Bug 24861] New: clang-format: mis-aligned parameters

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Sep 17 09:53:25 PDT 2015


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

            Bug ID: 24861
           Summary: clang-format: mis-aligned parameters
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: evergreenthrowaway at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

INPUT
echo -e "+(void)abc:(NSObject*)abc \n defghijkl:(NSObject*)defghijkl" |
clang-format -style="WebKit"

OUTPUT
+ (void)abc:(NSObject*)abc
    defghijkl:(NSObject*)defghijkl

I'd expect for the colons to be aligned whenever possible.

-- 
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/20150917/9b1a6e0b/attachment-0001.html>


More information about the llvm-bugs mailing list