[cfe-dev] CFRefCount compile failure
Doug Gregor
doug.gregor at gmail.com
Sat May 3 09:44:09 PDT 2008
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
More information about the cfe-dev
mailing list