[PATCH] [Sema] Handle TypoExpr for function calls correctly

Kaelyn Takata rikka at google.com
Wed Jun 24 09:16:04 PDT 2015


Yeah, I fixed it earlier yesterday while working through a few
typo-correction-related bugs I'd been CC'ed on, without realizing it was
the same issue Davide had been patching.

On Wed, Jun 24, 2015 at 5:09 AM, Meador Inge <meadori at gmail.com> wrote:

> On Tue, Jun 23, 2015 at 10:00 PM, Davide Italiano <dccitaliano at gmail.com>
> wrote:
>
> > davide at rabbit1:/exps/llvm2/build/bin % ./clang foo.c -o foo
> > foo.c:7:8: error: use of undeclared identifier 'a'
> >   fabs(a);
> >        ^
> > 1 error generated.
>
> Looks like it was fixed in r240443:
>
> *
> http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20150622/131553.html
>
> The fix is pretty much identical to yours.
>
> --
> # Meador
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150624/32dcf2bb/attachment.html>


More information about the cfe-commits mailing list