[llvm-bugs] [Bug 24504] New: [clang-format] ObjC: incorrect formatting near casted target of fast enumeration

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 19 11:10:39 PDT 2015


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

            Bug ID: 24504
           Summary: [clang-format] ObjC: incorrect formatting near casted
                    target of fast enumeration
           Product: clang
           Version: unspecified
          Hardware: Macintosh
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: evergreenthrowaway at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

INPUT
echo "for(NSNumber*number in(NSArray*)array)" | clang-format

OUTPUT
for (NSNumber *number in(NSArray *) array)

-- 
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/20150819/1142b400/attachment.html>


More information about the llvm-bugs mailing list