<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:djasper@google.com" title="Daniel Jasper <djasper@google.com>"> <span class="fn">Daniel Jasper</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - Inconsistent formatting for variable in parenthesis followed by multiplication"
href="https://llvm.org/bugs/show_bug.cgi?id=31648">bug 31648</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;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>WONTFIX
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - Inconsistent formatting for variable in parenthesis followed by multiplication"
href="https://llvm.org/bugs/show_bug.cgi?id=31648#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - Inconsistent formatting for variable in parenthesis followed by multiplication"
href="https://llvm.org/bugs/show_bug.cgi?id=31648">bug 31648</a>
from <span class="vcard"><a class="email" href="mailto:djasper@google.com" title="Daniel Jasper <djasper@google.com>"> <span class="fn">Daniel Jasper</span></a>
</span></b>
<pre>Right. I have seen that. The short answer is that I have not seen a case where
it would be worth jumping through the hoops to do anything about it here. There
are always going to be cases, where clang-format cannot know and there is
almost always an easy workaround. In this case, maybe rewrite this as:
#define DD_FLAG_FW(d) (1 << (16 + 2 * (d)))</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>