[cfe-dev] CFRefCount compile failure
Ted Kremenek
kremenek at apple.com
Sat May 3 11:23:29 PDT 2008
Hi guys,
You need to update the LLVM tree (not the clang tree). The following
patch (committed yesterday) added operator-> to ImmutableMap::iterator:
http://llvm.org/viewvc/llvm-project?rev=50603&view=rev
Ted
On May 3, 2008, at 9:44 AM, Doug Gregor wrote:
> On Sat, May 3, 2008 at 9:13 AM, David Chisnall
> <csdavec at swansea.ac.uk> wrote:
>> As of the latest svn, CFRefCount no longer compiles, complaining that
>> the left side of a -> is a non-pointer type. This patch appears to
>> fix it (although I only checked it compiles, not that it works, so
>> please review carefully):
>
> I have the same patch locally to work around this problem, but it's
> not the right long-term solution. Someone, somewhere has operator->
> implemented for that iterator but forgot to commit the change to the
> LLVM repository.
>
> - Doug
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20080503/d7965267/attachment.html>
More information about the cfe-dev
mailing list