<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:bruno.cardoso@gmail.com" title="Bruno Cardoso Lopes <bruno.cardoso@gmail.com>"> <span class="fn">Bruno Cardoso Lopes</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Broken selector table when ObjectiveC is not the first module"
href="https://bugs.llvm.org/show_bug.cgi?id=19135">bug 19135</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>bruno.cardoso@gmail.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Broken selector table when ObjectiveC is not the first module"
href="https://bugs.llvm.org/show_bug.cgi?id=19135#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Broken selector table when ObjectiveC is not the first module"
href="https://bugs.llvm.org/show_bug.cgi?id=19135">bug 19135</a>
from <span class="vcard"><a class="email" href="mailto:bruno.cardoso@gmail.com" title="Bruno Cardoso Lopes <bruno.cardoso@gmail.com>"> <span class="fn">Bruno Cardoso Lopes</span></a>
</span></b>
<pre>This got fixed somewhere along the way... with ToT clang:
$ rm tmp;
$ clang -fsyntax-only -fmodules -x objective-c -I FakeRoot FakeRoot/test.m
-fmodules-cache-path=tmp -Xclang -ast-dump-all >ast.dump
<no warnings>
$ grep isProxy ast.dump
| |-ObjCMethodDecl 0x7fcf717b3698 <line:28:1, col:16> col:1 imported in
ObjectiveC.NSObject - isProxy 'BOOL':'signed char'
$ grep isMemberOfClass ast.dump
| |-ObjCMethodDecl 0x7fcf717b3858 <line:31:1, col:38> col:1 imported in
ObjectiveC.NSObject - isMemberOfClass: 'BOOL':'signed char'
and so 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>