<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Regression in left pointer alignment after delctype/typeof"
href="https://llvm.org/bugs/show_bug.cgi?id=30407">30407</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Regression in left pointer alignment after delctype/typeof
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>3.9
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Formatter
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>mzeren@vmware.com
</td>
</tr>
<tr>
<th>CC</th>
<td>djasper@google.com, klimek@google.com, llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=17278" name="attach_17278" title="Fix left pointer alignment after delctype/typeof">attachment 17278</a> <a href="attachment.cgi?id=17278&action=edit" title="Fix left pointer alignment after delctype/typeof">[details]</a></span>
Fix left pointer alignment after delctype/typeof
Change 272124 / 6ae74bae68aa2640e88946fd3b10592a8df31ba8 introduced a
regression in spaceRequiredBetween for left
aligned pointers to decltype and typeof expressions. This fix adds logic
to fix this. The test added is based on a related test in
determineStarAmpUsage. Also add test cases for the regression.
<a href="http://llvm.org/viewvc/llvm-project?view=revision&revision=272124">http://llvm.org/viewvc/llvm-project?view=revision&revision=272124</a>
<a href="https://github.com/llvm-mirror/clang/commit/6ae74bae68aa2640e88946fd3b10592a8df31ba8">https://github.com/llvm-mirror/clang/commit/6ae74bae68aa2640e88946fd3b10592a8df31ba8</a></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>