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

            Bug ID: 24381
           Summary: Objc: clang-format incorrectly formats class
                    declaration parameterized with lightweight generics
           Product: clang
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: Formatter
          Assignee: unassignedclangb...@nondot.org
          Reporter: evergreenthrowa...@gmail.com
                CC: djas...@google.com, kli...@google.com,
                    llvm-bugs@lists.llvm.org
    Classification: Unclassified

INPUT
echo "@interface MyClass<KeyType:id<NSCopying>>@end" | clang-format

OUTPUT
@interface MyClass < KeyType : id <NSCopying>
> @end

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to