<html>
<head>
<base href="http://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 --- - [-cxx-abi microsoft] Implement standard member pointers"
href="http://llvm.org/bugs/show_bug.cgi?id=15875">15875</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[-cxx-abi microsoft] Implement standard member pointers
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows XP
</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>C++
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>reid.kleckner@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>dgregor@apple.com, llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>This issue covers finishing up all the member pointer related issues in the
MSVC C++ ABI.
Things that are done:
- null memptr emission
- null testing
- memptr comparison
- data memptr emission
Things TODO that I'm aware of:
- func memptr emission
- virtual func memptr emission (requires vcall thunks)
- memptr conversion
- constant memptr emission, which requires applying a conversion at compile
time to make an llvm::Constant.
- memptr conversion through a virtually derived class (<a href="http://llvm.org/PR15713">http://llvm.org/PR15713</a>)
This is separate from <a href="http://llvm.org/PR15713">http://llvm.org/PR15713</a>, which is about implementing
conversions through virtual bases. I may hit that as I work through these
issues, but I consider it a nice to have.</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>