[llvm-bugs] [Bug 25456] New: clang-format does not correctly add a space after @property only (ObjCSpaceAfterProperty)

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Nov 9 06:06:42 PST 2015


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: unassignedclangbugs at nondot.org
          Reporter: milen.dzhumerov at gmail.com
                CC: djasper at google.com, klimek at google.com,
                    llvm-bugs at lists.llvm.org
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151109/24a1788a/attachment.html>


More information about the llvm-bugs mailing list