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