<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi guys,</div><div><br></div>You need to update the LLVM tree (not the clang tree). The following patch (committed yesterday) added operator-> to ImmutableMap::iterator:<div><br></div><div><a href="http://llvm.org/viewvc/llvm-project?rev=50603&view=rev">http://llvm.org/viewvc/llvm-project?rev=50603&view=rev</a><br><div><br></div><div>Ted</div><div><br><div><div><div><div>On May 3, 2008, at 9:44 AM, Doug Gregor wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On Sat, May 3, 2008 at 9:13 AM, David Chisnall <<a href="mailto:csdavec@swansea.ac.uk">csdavec@swansea.ac.uk</a>> wrote:<br><blockquote type="cite">As of the latest svn, CFRefCount no longer compiles, complaining that<br></blockquote><blockquote type="cite"> the left side of a -> is a non-pointer type. This patch appears to<br></blockquote><blockquote type="cite"> fix it (although I only checked it compiles, not that it works, so<br></blockquote><blockquote type="cite"> please review carefully):<br></blockquote><br>I have the same patch locally to work around this problem, but it's<br>not the right long-term solution. Someone, somewhere has operator-><br>implemented for that iterator but forgot to commit the change to the<br>LLVM repository.<br><br> - Doug<br>_______________________________________________<br>cfe-dev mailing list<br><a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev<br></blockquote></div><br></div></div></div></div></body></html>