[cfe-dev] Unimplemented method in class FunctionTypeLoc.

John McCall rjmccall at apple.com
Thu May 6 01:32:53 PDT 2010


On May 6, 2010, at 1:11 AM, Enea Zaffanella wrote:

> Method
>    TypeLoc getArgLoc (unsigned i) const;
> is declared but not defined.

Good catch.  I suppose we could define it this using data from the appropriate ParmVarDecl, but it's probably better just to remove it.

John.



More information about the cfe-dev mailing list