[llvm-bugs] [Bug 24380] ObjC: cannot disable clang-format on class declaration parameterized with lightweight generics
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Apr 12 08:16:01 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=24380
Ben Hamilton <bhamiltoncx at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
CC| |bhamiltoncx at gmail.com
--- Comment #1 from Ben Hamilton <bhamiltoncx at gmail.com> ---
I believe this was fixed with https://reviews.llvm.org/D45185 /
https://reviews.llvm.org/rC329298:
% echo "/* clang-format off */ @interface MyClass<KeyType:id<NSCopying>>@end /*
clang-format on */" | clang-format
/* clang-format off */ @interface MyClass<KeyType:id<NSCopying>>@end /*
clang-format on */
--
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/20180412/c89c1a68/attachment.html>
More information about the llvm-bugs
mailing list