<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:bhamiltoncx@gmail.com" title="Ben Hamilton <bhamiltoncx@gmail.com>"> <span class="fn">Ben Hamilton</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - ObjC: cannot disable clang-format on class declaration parameterized with lightweight generics"
href="https://bugs.llvm.org/show_bug.cgi?id=24380">bug 24380</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>bhamiltoncx@gmail.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - ObjC: cannot disable clang-format on class declaration parameterized with lightweight generics"
href="https://bugs.llvm.org/show_bug.cgi?id=24380#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - ObjC: cannot disable clang-format on class declaration parameterized with lightweight generics"
href="https://bugs.llvm.org/show_bug.cgi?id=24380">bug 24380</a>
from <span class="vcard"><a class="email" href="mailto:bhamiltoncx@gmail.com" title="Ben Hamilton <bhamiltoncx@gmail.com>"> <span class="fn">Ben Hamilton</span></a>
</span></b>
<pre>I believe this was fixed with <a href="https://reviews.llvm.org/D45185">https://reviews.llvm.org/D45185</a> /
<a href="https://reviews.llvm.org/rC329298">https://reviews.llvm.org/rC329298</a>:
% 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 */</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>