[cfe-dev] VC++ build error - getNodeLabel
Douglas Gregor
dgregor at apple.com
Wed Jun 24 11:37:13 PDT 2009
Owen,
This looks like fallout from your commit here:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090622/018449.html
- Doug
On Jun 24, 2009, at 11:32 AM, John Thompson wrote:
> In a fresh update, the reference to getNodeLabel in GraphWriter.h at
> line 135 triggers an error about the function not having 3
> arguments. The getNodeLabel defined in the
> DOTGraphTraits<Trie<Payload> > template class has two arguments,
> apparently hiding the version in the base class
> DefaultDOTGraphTraits having three arguments. I'm not sure what the
> fix should be.
>
> Here's the first message line:
>
> 30>C:\Sony\depot\SCEA_WIP\llvm\include\llvm/Support/GraphWriter.h
> (135) : error C2660:
> 'llvm::DOTGraphTraits<clang::GRExprEngine::NodeTy*>::getNodeLabel' :
> function does not take 3 arguments
>
> --
> John Thompson
> John.Thompson.JTSoftware at gmail.com
>
> _______________________________________________
> 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/20090624/cb760599/attachment.html>
More information about the cfe-dev
mailing list