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

            Bug ID: 25456
           Summary: clang-format does not correctly add a space after
                    @property only (ObjCSpaceAfterProperty)
           Product: clang
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Formatter
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified

clang-format will add a space after an @property named "property". That is, it
will format:

@property (nonatomic, readonly, copy) NSString *property;

as

@property (nonatomic, readonly, copy) NSString *property ;

clang-format version 3.8.0 (trunk 252464)

-- 
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