<html>
<head>
<base href="https://bugs.llvm.org/">
</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 - [ms] clang-cl mis-mangles decomposition declarations"
href="https://bugs.llvm.org/show_bug.cgi?id=42093">42093</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[ms] clang-cl mis-mangles decomposition declarations
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>LLVM Codegen
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>nicolasweber@gmx.de
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org, neeilans@live.com, richard-llvm@metafoo.co.uk
</td>
</tr></table>
<p>
<div>
<pre><a href="https://godbolt.org/z/6Nf1u6">https://godbolt.org/z/6Nf1u6</a>
$ cat test2.cc
#include <utility>
auto [x, y] = std::make_pair(4, 5);
$ ./clang-cl.sh test2.cc -c /std:c++latest
$ out/gn/bin/llvm-nm test2.obj
00000000 D ?[x,y]@@3U?$pair@HH@std@@A
00000000 R ?x@@3$$QEAHEA
00000008 R ?y@@3$$QEAHEA
00000000 a @feat.00
cl.exe's output looks very different, see godbolt above.</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>