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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to